Re: [libvirt] [libvirt-python PATCH 1/1] virDomainBlockCopy: initialize flags to 0

2014-10-22 Thread Peter Krempa
On 10/22/14 13:53, Pavel Hrdina wrote: > An optional argument if not passed isn't modified by the > PyArg_ParseTuple function. > > Signed-off-by: Pavel Hrdina > --- > > Sigh :/, pushed as trivial > > libvirt-override.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/l

[libvirt] [libvirt-python PATCH 1/1] virDomainBlockCopy: initialize flags to 0

2014-10-22 Thread Pavel Hrdina
An optional argument if not passed isn't modified by the PyArg_ParseTuple function. Signed-off-by: Pavel Hrdina --- Sigh :/, pushed as trivial libvirt-override.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libvirt-override.c b/libvirt-override.c index a461eda..a53b46f 1