The cfg_set variable was not necessary after all, since testing if cfg == NULL works just as well as testing if !cfg_set. Actually a bit better, since it prevents a null dereference we did by mistake before. I should find out if the null derefernce hurts anything, because if it does I should make a patch to the 1.1.x series to fix it.
|
|
||
187 |
|
187 |
|
188 |
|
188 |
|
189 |
|
189 |
|
190 |
|
|
|
191 |
|
190 |
|
192 |
|
191 |
|
193 |
|
192 |
|
194 |
|
193 |
|
195 |
|
|
|
|
194 |
|
|
196 |
|
195 |
|
197 |
|
|
|
198 |
|
196 |
|
199 |
|
197 |
|
200 |
|
198 |
|