confile: cleanup set_config_monitor()

parent 572f6a14
......@@ -1330,7 +1330,7 @@ static int set_config_monitor(const char *key, const char *value,
if (strcmp(key + 12, "unshare") == 0)
return lxc_safe_uint(value, &lxc_conf->monitor_unshare);
return -1;
return ret_errno(EINVAL);
}
static int set_config_monitor_signal_pdeath(const char *key, const char *value,
......
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