Commit 78678dc1 by Christian Brauner Committed by GitHub

Merge pull request #1577 from lifeng68/Bugfix

Fix the bug of 'ts->stdoutfd' did not fill with parameters 'stdoutfd'
parents a1387f5c 3b975060
......@@ -697,6 +697,7 @@ int lxc_console(struct lxc_container *c, int ttynum,
ts->escape = escape;
ts->winch_proxy = c->name;
ts->winch_proxy_lxcpath = c->config_path;
ts->stdoutfd = stdoutfd;
lxc_console_winsz(stdinfd, masterfd);
lxc_cmd_console_winch(ts->winch_proxy, ts->winch_proxy_lxcpath);
......
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