[libvirt] [PATCH] LXC: Fix return code evaulation in lxcCheckNetNsSupport()

2014-04-08 Thread Richard Weinberger
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

Re: [libvirt] [PATCH] LXC: Fix return code evaulation in lxcCheckNetNsSupport()

2014-04-08 Thread Eric Blake
On 04/08/2014 06:26 AM, Richard Weinberger wrote: 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