confile: cleanup set_config_pty_max()

parent 62af653c
...@@ -1266,7 +1266,7 @@ static int set_config_pty_max(const char *key, const char *value, ...@@ -1266,7 +1266,7 @@ static int set_config_pty_max(const char *key, const char *value,
ret = lxc_safe_uint(value, &max); ret = lxc_safe_uint(value, &max);
if (ret < 0) if (ret < 0)
return -1; return ret_errno(EINVAL);
lxc_conf->pty_max = max; lxc_conf->pty_max = max;
......
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