Skip to content

Commit

Permalink
confile: cleanup set_config_tty_max()
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Brauner <christian.brauner@ubuntu.com>
  • Loading branch information
Christian Brauner committed Dec 8, 2020
1 parent a6bf112 commit 755d653
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lxc/confile.c
Expand Up @@ -1437,7 +1437,7 @@ static int set_config_tty_max(const char *key, const char *value,

ret = lxc_safe_uint(value, &nbtty);
if (ret < 0)
return -1;
return ret;

lxc_conf->ttys.max = nbtty;

Expand Down

0 comments on commit 755d653

Please sign in to comment.