Commit 73d92d9
committed
[Common] fix parseDisjointPoolConfig
returning {} when EnableBuffers is false means
returning a defult-constructed DisjointPoolAllConfigs struct which
has EnableBuffers set to 1. Fix this by always returning properly
constructed DisjointPoolAllConfigs.1 parent f47d1b6 commit 73d92d9
1 file changed
Lines changed: 2 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
215 | 215 | | |
216 | 216 | | |
217 | 217 | | |
| 218 | + | |
| 219 | + | |
218 | 220 | | |
219 | 221 | | |
220 | 222 | | |
| |||
224 | 226 | | |
225 | 227 | | |
226 | 228 | | |
227 | | - | |
228 | | - | |
229 | | - | |
230 | | - | |
231 | 229 | | |
232 | 230 | | |
233 | 231 | | |
| |||
0 commit comments