Re: [libvirt] [PATCH] python: Fix IOErrorReasonCallback bindings

2010-07-14 Thread Cole Robinson
On 07/13/2010 10:54 PM, Dave Allan wrote: > On Tue, Jul 13, 2010 at 06:09:31PM -0400, Cole Robinson wrote: >> A copy and paste error was causing us to dispatch the incorrect >> routine. Spotted by Dan Kenigsberg. >> --- >> python/libvirt-override.c |2 +- >> 1 files changed, 1 insertions(+), 1

Re: [libvirt] [PATCH] python: Fix IOErrorReasonCallback bindings

2010-07-13 Thread Dave Allan
On Tue, Jul 13, 2010 at 06:09:31PM -0400, Cole Robinson wrote: > A copy and paste error was causing us to dispatch the incorrect > routine. Spotted by Dan Kenigsberg. > --- > python/libvirt-override.c |2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/python/libvirt-ov

[libvirt] [PATCH] python: Fix IOErrorReasonCallback bindings

2010-07-13 Thread Cole Robinson
A copy and paste error was causing us to dispatch the incorrect routine. Spotted by Dan Kenigsberg. --- python/libvirt-override.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/python/libvirt-override.c b/python/libvirt-override.c index ad55940..54a84c2 100644 --- a/pyth