]> git.proxmox.com Git - mirror_lxc.git/commit - src/lxc/console.c
Fix console infinite loop
authorDaniel Lezcano <daniel.lezcano@free.fr>
Mon, 10 May 2010 09:50:09 +0000 (11:50 +0200)
committerDaniel Lezcano <dlezcano@fr.ibm.com>
Mon, 10 May 2010 09:50:09 +0000 (11:50 +0200)
commit5c2940600e301a62dbf8fac3ed00f466003bdadb
treee16a6ff6cc980a7e6a625a30536de8ae9c9ff0d9
parent82d89dce377300f774afc9163778bfeb247bcc57
Fix console infinite loop

When the client console exits, the mainloop goes in an infinite loop
as the handler is not removed and we are notified from the disconnection
indefinitely.

Signed-off-by: Daniel Lezcano <dlezcano@fr.ibm.com>
src/lxc/console.c