confile: cleanup set_config_signal_reboot()

parent 409f44a4
...@@ -1576,7 +1576,7 @@ static int set_config_signal_reboot(const char *key, const char *value, ...@@ -1576,7 +1576,7 @@ static int set_config_signal_reboot(const char *key, const char *value,
sig_n = sig_parse(value); sig_n = sig_parse(value);
if (sig_n < 0) if (sig_n < 0)
return -1; return ret_errno(EINVAL);
lxc_conf->rebootsignal = sig_n; lxc_conf->rebootsignal = sig_n;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment