]> git.ipfire.org Git - thirdparty/systemd.git/commit - src/sysctl/sysctl.c
sysctl: don't propagate ENOENT sysctl options
authorLennart Poettering <lennart@poettering.net>
Fri, 24 Apr 2015 17:55:16 +0000 (19:55 +0200)
committerLennart Poettering <lennart@poettering.net>
Fri, 24 Apr 2015 17:56:47 +0000 (19:56 +0200)
commite50b33bebdfd9ab38f037fbdb38445c64d3aae98
treec23f0c7720b78747ed0f1534c035f361353bcbfb
parent742f41adb1b7251fcdf2201632c2a980282cdcc4
sysctl: don't propagate ENOENT sysctl options

We shouldn't fail the sysctl service if an option is missing.

Previously the warning about this was already downgraded to LOG_DEBUG,
but we really shouldn't propagate such errors either.
src/sysctl/sysctl.c