conf-parser: check all parse callbacks

This commit is contained in:
Lennart Poettering 2010-06-22 04:09:26 +02:00
parent 64aba792f7
commit 827119a9cb

View file

@ -50,7 +50,7 @@ static int next_assignment(
assert(lvalue);
assert(rvalue);
for (; t->parse; t++) {
for (; t->parse || t->lvalue; t++) {
if (t->lvalue && !streq(lvalue, t->lvalue))
continue;