On 06/30/2011 10:10 AM, Daniel P. Berrange wrote: > The virDomainMigratePrepareTunnel3 impl in the remote driver > was using the procedure number for the virDomainMigratePrepareTunnel > method. This doesn't work out so well, because it makes the server > ignore & drop all stream packets > > * src/remote/remote_driver.c: Fix procedure for PrepareTunnel3 > --- > src/remote/remote_driver.c | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/src/remote/remote_driver.c b/src/remote/remote_driver.c > index ce9bcb1..f318740 100644 > --- a/src/remote/remote_driver.c > +++ b/src/remote/remote_driver.c > @@ -3691,7 +3691,7 @@ remoteDomainMigratePrepareTunnel3(virConnectPtr dconn, > memset(&ret, 0, sizeof(ret)); > > if (!(netst = virNetClientStreamNew(priv->remoteProgram, > - REMOTE_PROC_DOMAIN_MIGRATE_PREPARE_TUNNEL, > + REMOTE_PROC_DOMAIN_MIGRATE_PREPARE_TUNNEL3, ACK (and how did we let that bug get in?). -- Eric Blake eblake@xxxxxxxxxx +1-801-349-2682 Libvirt virtualization library http://libvirt.org
Attachment:
signature.asc
Description: OpenPGP digital signature
-- libvir-list mailing list libvir-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/libvir-list