projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
679c30e
)
sysctl: on EIO ("sysctl net.ipv6.conf.all.stable_secret") set nonzero exitcode
author
Denys Vlasenko
<vda.linux@googlemail.com>
Fri, 8 Feb 2019 13:59:06 +0000
(14:59 +0100)
committer
Denys Vlasenko
<vda.linux@googlemail.com>
Fri, 8 Feb 2019 13:59:06 +0000
(14:59 +0100)
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
procps/sysctl.c
patch
|
blob
|
history
diff --git
a/procps/sysctl.c
b/procps/sysctl.c
index 2ef19c1be9deaececbfd79f1e389d112521f242e..94a3079012bc40f95320b3d7353e9b16f349a7ad 100644
(file)
--- a/
procps/sysctl.c
+++ b/
procps/sysctl.c
@@
-177,6
+177,7
@@
static int sysctl_act_on_setting(char *setting)
close(fd);
if (value == NULL) {
bb_perror_msg("error reading key '%s'", outname);
+ retval = EXIT_FAILURE;
goto end;
}