summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Krempa <pkrempa@redhat.com>2012-07-30 15:33:09 +0200
committerPeter Krempa <pkrempa@redhat.com>2012-07-30 15:38:07 +0200
commitc609d9f34b029872cc4999bd8979bddd4e25372a (patch)
tree23bddd613e4bde0e56b48c5a5126dbddc71e8fa1
parent49759db34e7cb65a431c66d0d9a14af5f809d09b (diff)
downloadlibvirt-python-split-CVE-2012-3445.tar.gz
libvirt-python-split-CVE-2012-3445.tar.xz
libvirt-python-split-CVE-2012-3445.zip
python: Don't generate bodies for close callback functionsv0.10.0-rc0CVE-2012-3445
Commit 6ed5a1b9bd6240b8f2736790e48dd1c284c2e0e1 adds close callback functions to the public API but doesn't add python implementation. This patch sets the function to be written manually (to fix the build), but doesn't implement them yet.
-rwxr-xr-xgenerator.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/generator.py b/generator.py
index 2dada6e..6559ece 100755
--- a/generator.py
+++ b/generator.py
@@ -425,6 +425,8 @@ skip_impl = (
'virDomainGetInterfaceParameters',
'virDomainGetCPUStats',
'virDomainGetDiskErrors',
+ 'virConnectUnregisterCloseCallback',
+ 'virConnectRegisterCloseCallback',
)
qemu_skip_impl = (