confile: cleanup set_config_signal_halt()

parent 5e36bd6b
...@@ -1557,7 +1557,7 @@ static int set_config_signal_halt(const char *key, const char *value, ...@@ -1557,7 +1557,7 @@ static int set_config_signal_halt(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->haltsignal = sig_n; 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