lxccontainer: lxcapi_console()

parent 37dce817
...@@ -542,6 +542,7 @@ static int lxcapi_console(struct lxc_container *c, int ttynum, int stdinfd, ...@@ -542,6 +542,7 @@ static int lxcapi_console(struct lxc_container *c, int ttynum, int stdinfd,
current_config = c->lxc_conf; current_config = c->lxc_conf;
ret = lxc_console(c, ttynum, stdinfd, stdoutfd, stderrfd, escape); ret = lxc_console(c, ttynum, stdinfd, stdoutfd, stderrfd, escape);
current_config = NULL; current_config = NULL;
return ret; return ret;
} }
......
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