Re: [libvirt] [PATCH] Fix a PyList usage mistake

2013-08-29 Thread Eric Blake
On 08/29/2013 05:02 AM, Guan Qiang wrote: > From: Guan Qiang > > Fix PyList usage mistake in Function libvirt_lxc_virDomainLxcOpenNamespace. > > https://bugzilla.redhat.com/show_bug.cgi?id=1002383 > --- > python/libvirt-lxc-override.c |2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) >

[libvirt] [PATCH] Fix a PyList usage mistake

2013-08-29 Thread Guan Qiang
From: Guan Qiang Fix PyList usage mistake in Function libvirt_lxc_virDomainLxcOpenNamespace. https://bugzilla.redhat.com/show_bug.cgi?id=1002383 --- python/libvirt-lxc-override.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/libvirt-lxc-override.c b/python/libvir