]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Add missing parameter in python Disk IO error callback
authorDaniel P. Berrange <berrange@redhat.com>
Wed, 23 Jun 2010 14:05:52 +0000 (15:05 +0100)
committerDaniel P. Berrange <berrange@redhat.com>
Fri, 25 Jun 2010 13:39:37 +0000 (14:39 +0100)
commita71163390995e00f79517d0fafe049c5f1478343
tree89314d6bccd1cbc1e8640651b2f6c1e9bc6c6f26
parent7d02393b1b7740d18f7235f417842600bfc3a505
Add missing parameter in python Disk IO error callback

The IO error callback was forgetting to pass the action
parameter, causing a stack trace when IO errors arrive

* python/libvirt-override-virConnect.py: Add missing action
  parameter in IO error callback
python/libvirt-override-virConnect.py