mirror of
https://github.com/systemd/systemd.git
synced 2026-08-03 22:50:29 +00:00
conf-parser: check all parse callbacks
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user