Unverified Commit b251b0fe by Christian Brauner Committed by GitHub

Merge pull request #2158 from lifeng68/Fix_lxc-console

Fix lxc-console hang
parents 35896049 a54585ad
......@@ -540,6 +540,8 @@ int lxc_poll(const char *name, struct lxc_handler *handler)
ERROR("Failed to add console handlers to console mainloop");
goto out_mainloop_console;
}
handler->conf->console.descr = &descr;
}
ret = lxc_cmd_mainloop_add(name, &descr, handler);
......
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