mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-13 00:46:03 -06:00
python: Fix IOErrorReasonCallback bindings
A copy and paste error was causing us to dispatch the incorrect routine. Spotted by Dan Kenigsberg.
This commit is contained in:
parent
f1f8bec486
commit
f9abc44ad5
@ -3258,7 +3258,7 @@ libvirt_virConnectDomainEventIOErrorReasonCallback(virConnectPtr conn ATTRIBUTE_
|
||||
|
||||
/* Call the Callback Dispatcher */
|
||||
pyobj_ret = PyObject_CallMethod(pyobj_conn,
|
||||
(char*)"dispatchDomainEventIOErrorCallback",
|
||||
(char*)"dispatchDomainEventIOErrorReasonCallback",
|
||||
(char*)"OssisO",
|
||||
pyobj_dom,
|
||||
srcPath, devAlias, action, reason,
|
||||
|
Loading…
Reference in New Issue
Block a user