Re: [libvirt] [PATCH] daemon: Avoid resetting errors before they are reported

2011-03-25 Thread Jiri Denemark
On Fri, Mar 25, 2011 at 07:57:44 -0600, Eric Blake wrote: > On 03/25/2011 05:38 AM, Jiri Denemark wrote: > > Commit f44bfb7 was supposed to make sure no additional libvirt API (esp. > > *Free) is called before remoteDispatchConnError() is called on error. > > However, the patch missed two instances

Re: [libvirt] [PATCH] daemon: Avoid resetting errors before they are reported

2011-03-25 Thread Eric Blake
On 03/25/2011 05:38 AM, Jiri Denemark wrote: > Commit f44bfb7 was supposed to make sure no additional libvirt API (esp. > *Free) is called before remoteDispatchConnError() is called on error. > However, the patch missed two instances. > --- > daemon/remote.c |6 -- > 1 files changed, 4 ins

[libvirt] [PATCH] daemon: Avoid resetting errors before they are reported

2011-03-25 Thread Jiri Denemark
Commit f44bfb7 was supposed to make sure no additional libvirt API (esp. *Free) is called before remoteDispatchConnError() is called on error. However, the patch missed two instances. --- daemon/remote.c |6 -- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/daemon/remote.c