]> xenbits.xensource.com Git - libvirt.git/commit
util: virExec: Dispatch all errors raised after fork
authorCole Robinson <crobinso@redhat.com>
Wed, 30 Jun 2010 17:04:57 +0000 (13:04 -0400)
committerCole Robinson <crobinso@redhat.com>
Fri, 2 Jul 2010 14:29:06 +0000 (10:29 -0400)
commite190754ed346e35e91842a72fa3c38f4421881ad
tree436d4fb9b2094567b4e264f8e53316e685a9f45c
parent29da015aac635584dd178790dc19324618742b72
util: virExec: Dispatch all errors raised after fork

Any error message raised after the process has forked needs
to be followed by virDispatchError, otherwise we have no chance of
ever seeing it. This was selectively done for hook functions in the past,
but really applies to all post-fork errors.
src/util/util.c