]> xenbits.xensource.com Git - libvirt.git/commit
daemon: Avoid resetting errors before they are reported
authorJiri Denemark <jdenemar@redhat.com>
Fri, 25 Mar 2011 11:03:00 +0000 (12:03 +0100)
committerJiri Denemark <jdenemar@redhat.com>
Fri, 25 Mar 2011 14:05:35 +0000 (15:05 +0100)
commit55cc591fc18e87b29febf78dc5b424b7c12f7349
tree93a2ec26b42a2507bbd920e8755bcc3a626c0f88
parent9ed545185f895d515aedc6d449e4bf0b2351ab79
daemon: Avoid resetting errors before they are reported

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