confile: cleanup set_config_tty_max()

parent 1c6e971f
...@@ -1356,7 +1356,7 @@ static int set_config_tty_max(const char *key, const char *value, ...@@ -1356,7 +1356,7 @@ static int set_config_tty_max(const char *key, const char *value,
ret = lxc_safe_uint(value, &nbtty); ret = lxc_safe_uint(value, &nbtty);
if (ret < 0) if (ret < 0)
return -1; return ret;
lxc_conf->ttys.max = nbtty; lxc_conf->ttys.max = nbtty;
......
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