]> git.ipfire.org Git - thirdparty/libvirt.git/commit
virProcessRunInMountNamespace: Report errors from child
authorMichal Privoznik <mprivozn@redhat.com>
Wed, 18 Jan 2017 09:56:14 +0000 (10:56 +0100)
committerMichal Privoznik <mprivozn@redhat.com>
Tue, 7 Feb 2017 09:40:53 +0000 (10:40 +0100)
commit3172d26730b67ba23f9d03e65e8f32b2249f7e12
tree4432fac2ae3645ad168b8dda4b7431d48ca6ea1b
parentaaf0ac7e7c0598b1182b640b2414c05254605a45
virProcessRunInMountNamespace: Report errors from child

The comment to the function states that the errors from the child
process are reported. Well, the error buffer is filled with
possible error messages. But then it is thrown away. Among with
important error message from the child process.

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
src/util/virprocess.c