From: Michal Sekletar Date: Thu, 25 Oct 2012 14:16:19 +0000 (+0200) Subject: sysctl: parse all keys in a config file X-Git-Tag: v196~228 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=91b32fa987a4a50faf3d8561b28b6c9d5150adef;ds=sidebyside sysctl: parse all keys in a config file https://bugzilla.redhat.com/show_bug.cgi?id=869779 --- diff --git a/src/sysctl/sysctl.c b/src/sysctl/sysctl.c index a68d67fd4..035e0ec32 100644 --- a/src/sysctl/sysctl.c +++ b/src/sysctl/sysctl.c @@ -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; } }