]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Call virResetLastError in all virConnectOpen* functions
authorDaniel P. Berrange <berrange@redhat.com>
Mon, 10 Sep 2012 15:47:15 +0000 (16:47 +0100)
committerDaniel P. Berrange <berrange@redhat.com>
Tue, 11 Sep 2012 11:16:17 +0000 (12:16 +0100)
commit48fea23ba5b1a8383343916ef2f10cfa1c40dabe
treeeb0f9ce01409d22d26e33bc3b9667873a9a99da4
parent3f3d2f9dfc0f319cc47e13cec6128be2e39400c4
Call virResetLastError in all virConnectOpen* functions

All public API functions must call virResetLastError to clear
out any previous error. The virConnectOpen* functions forgot
to do this.

Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
src/libvirt.c