]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Ensure we return the callback ID in python events binding
authorDaniel P. Berrange <berrange@redhat.com>
Thu, 8 Jul 2010 10:30:47 +0000 (11:30 +0100)
committerDaniel P. Berrange <berrange@redhat.com>
Mon, 12 Jul 2010 12:41:52 +0000 (13:41 +0100)
commita6c539445ec971beee2452257542e3ba7b8fda73
tree3530ebb0cfc25f7e957daaf7eb92348f76cd723c
parent8cc02e8627b95247f0c7cdc47e507d217426d877
Ensure we return the callback ID in python events binding

A missing return statement in the python binding meant that
the callers could not get the callback ID, and thus not be
able to unregister event callbacks

* python/libvirt-override-virConnect.py: Add missing return
  statement
python/libvirt-override-virConnect.py