confile: cleanup set_config_signal_halt()

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