Bug #580

Updated by Madars over 3 years ago

I.e having common-config like:
<pre>
[somesection]
PARAM=1
PARAM=1
PARAM=1
PARAM=1
PARAM=1
</pre>

Will cause first on param to be included in config results, the other lines will be ignored, but memory malloc will be done.

Back