mirror of
https://github.com/AuxXxilium/eudev.git
synced 2024-12-12 09:35:54 +07:00
sysctl: parse all keys in a config file
https://bugzilla.redhat.com/show_bug.cgi?id=869779
This commit is contained in:
parent
a9f4815da5
commit
91b32fa987
@ -178,7 +178,7 @@ static int parse_file(const char *path, bool ignore_enoent) {
|
||||
|
||||
free(property);
|
||||
free(new_value);
|
||||
if (r != -EEXIST)
|
||||
if (r != 0)
|
||||
goto finish;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user