Re: [libvirt] [PATCH] util: Make sure virExec hook failures are raised

2010-01-14 Thread Daniel P. Berrange
On Wed, Jan 13, 2010 at 03:50:07PM -0500, Cole Robinson wrote: > With the introduction virDispatchError, hook function errors are > never sent through the error callback, so users will never see > these messages. > > Fix this by calling virDispatchError after hook failure. > > Signed-off-by: Cole

[libvirt] [PATCH] util: Make sure virExec hook failures are raised

2010-01-13 Thread Cole Robinson
With the introduction virDispatchError, hook function errors are never sent through the error callback, so users will never see these messages. Fix this by calling virDispatchError after hook failure. Signed-off-by: Cole Robinson --- src/util/util.c |5 - 1 files changed, 4 insertions(+