]> git.ipfire.org Git - thirdparty/libvirt.git/commit
lxc: return -1 if failed to kill lxc process
authorChen Hanxiao <chenhanxiao@cn.fujitsu.com>
Fri, 13 Dec 2013 08:30:36 +0000 (16:30 +0800)
committerEric Blake <eblake@redhat.com>
Fri, 13 Dec 2013 13:02:11 +0000 (06:02 -0700)
commit5ed324a205bd034a1c74052a1baefb59bffaeb5d
tree14f6ab007a4752c63e38a6247fe0e8031054dfda
parentfca4f2334072d87f7faeb2948e6f83201309e1b9
lxc: return -1 if failed to kill lxc process

We missed a return when virProcessKillPainfully
failed to kill lxc process

Signed-off-by: Chen Hanxiao <chenhanxiao@cn.fujitsu.com>
src/lxc/lxc_process.c