confile: cleanup set_config_signal_reboot()

parent d12fabf8
......@@ -1657,7 +1657,7 @@ static int set_config_signal_reboot(const char *key, const char *value,
sig_n = sig_parse(value);
if (sig_n < 0)
return -1;
return ret_errno(EINVAL);
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