]> git.ipfire.org Git - thirdparty/lxc.git/commit
fix kill -1 process
authorDaniel Lezcano <daniel.lezcano@free.fr>
Fri, 26 Feb 2010 20:12:31 +0000 (21:12 +0100)
committerDaniel Lezcano <dlezcano@fr.ibm.com>
Fri, 26 Feb 2010 20:12:31 +0000 (21:12 +0100)
commit7d9fb3e9d2b9722040f37f0e01e29d071f4c6fe8
tree649ca8c07a27eaec10cb9d1d519db995b8518754
parentd45fdd27079a7601c3a285f64d42588449746ff0
fix kill -1 process

In the process of rollbacking, the handler->pid is not set
we must not kill it. Otherwsise, kill(-1, SIGKILL), ouch ! ...

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