]> git.ipfire.org Git - thirdparty/libvirt.git/commit
LXC: Fix return code evaulation in lxcCheckNetNsSupport()
authorRichard Weinberger <richard@nod.at>
Tue, 8 Apr 2014 12:26:26 +0000 (14:26 +0200)
committerEric Blake <eblake@redhat.com>
Tue, 8 Apr 2014 15:19:24 +0000 (09:19 -0600)
commit21ec87f4f1a538f929c48ecb2bdbf48701022779
treec8cb3b72d12634b50f5760679da7491a11165e23
parent27fbfc2a17eb1fb19961d0f5cd95670dbcbf36b7
LXC: Fix return code evaulation in lxcCheckNetNsSupport()

Commit b9dd878f (util: make it easier to grab only regular command exit)
changed the call semantics of virCommandRun() and therefore of virRun()
too. But lxcCheckNetNsSupport() was not updated.
As consequence of this lxcCheckNetNsSupport always failed and broke LXC.

Signed-off-by: Richard Weinberger <richard@nod.at>
src/lxc/lxc_driver.c