]> git.ipfire.org Git - thirdparty/libvirt.git/commit
util: process: Don't report OOM errors in helper
authorPeter Krempa <pkrempa@redhat.com>
Tue, 9 Sep 2014 15:09:58 +0000 (17:09 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Wed, 10 Sep 2014 08:12:41 +0000 (10:12 +0200)
commitbc068034babd222099c74612e7ab6c91e9a565fe
treea53cb8ca1a7ad4675f26d4c4333b12835b484afe
parent742b08e30fd503bc992e864828cbabd7e6a099ec
util: process: Don't report OOM errors in helper

virProcessTranslateStatus is used on error paths that should not spoil
the returned error. As the errors are ignored, use the quiet versions of
virAsprintf to create the message.
src/util/virprocess.c