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:
Cole Robinson 2010-07-13 18:07:19 -04:00
parent f1f8bec486
commit f9abc44ad5

View File

@ -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,