Package: libvirt-python / 1.2.1-2~bpo70+1

Metadata

Package Version Patches format
libvirt-python 1.2.1-2~bpo70+1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
Fix calling of virStreamSend method.patch | (download)

libvirt-override-virStream.py | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 fix calling of virstreamsend method

Fix calling of virStreamSend method

Change d40861 removed the 'len' argument from the virStreamSend
C level wrapper, but forgot to remove it from the python level
wrapper.

Reported-by: Robie Basak <robie.basak@canonical.com>
Signed-off-by: Daniel P. Berrange <berrange@redhat.com>