X-Git-Url: http://git.onelab.eu/?p=libvirt.git;a=blobdiff_plain;f=virgetlasterror.patch;fp=virgetlasterror.patch;h=9109d581256f35bca7b4e6b1b70cef4433413474;hp=0000000000000000000000000000000000000000;hb=65073a600b43a400a6021e61775efc0e83250d42;hpb=45f80cfd1e4ef4307a8e18099960bae93788572f diff --git a/virgetlasterror.patch b/virgetlasterror.patch new file mode 100644 index 0000000..9109d58 --- /dev/null +++ b/virgetlasterror.patch @@ -0,0 +1,11 @@ +--- a/python/libvirt-override.py 2013-04-13 09:47:03.000000000 +0200 ++++ b/python/libvirt-override.py 2013-04-13 09:49:07.000000000 +0200 +@@ -20,7 +20,7 @@ + + # Never call virConnGetLastError(). + # virGetLastError() is now thread local +- err = virGetLastError() ++ err = libvirtmod.virGetLastError() + if err is None: + msg = defmsg + else: