mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
Fix python bindings events code (David Lively)
This commit is contained in:
@@ -216,7 +216,6 @@ libvirt_virFreeCallbackWrap(virFreeCallback node)
|
||||
PyObject *ret;
|
||||
|
||||
if (node == NULL) {
|
||||
printf("%s: WARNING - Wrapping None\n", __FUNCTION__);
|
||||
Py_INCREF(Py_None);
|
||||
return (Py_None);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user