mirror of
https://github.com/systemd/systemd-stable.git
synced 2025-01-11 05:17:44 +03:00
parent
79ac19ae61
commit
68c1ac1568
@ -334,6 +334,8 @@ int config_parse(const char *unit,
|
||||
return r;
|
||||
}
|
||||
|
||||
line++;
|
||||
|
||||
l = skip_leading_chars(buf, WHITESPACE);
|
||||
if (*l != '\0' && strchr(COMMENTS, *l))
|
||||
continue;
|
||||
@ -390,7 +392,7 @@ int config_parse(const char *unit,
|
||||
|
||||
r = parse_line(unit,
|
||||
filename,
|
||||
++line,
|
||||
line,
|
||||
sections,
|
||||
lookup,
|
||||
table,
|
||||
|
Loading…
Reference in New Issue
Block a user