]> git.proxmox.com Git - mirror_lxc.git/commit - src/lxc/start.c
do not exit mainloop when child is stopped
authorDaniel Lezcano <dlezcano@fr.ibm.com>
Fri, 7 May 2010 12:37:05 +0000 (14:37 +0200)
committerDaniel Lezcano <dlezcano@fr.ibm.com>
Fri, 7 May 2010 12:37:05 +0000 (14:37 +0200)
commit15cd25fdcd937105b205233a9a7ec61099fd71ef
treef5fa4a253bad0d81ef39bd733698639bc1451819
parentf2faa8fab9b15637582f7610e6b7b59261e58488
do not exit mainloop when child is stopped

When the init container is stopped, we don't check this condition
and we assume the child exited and we wait indefinitely for the child
to exit while this one is stopped.

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