[libvirt] [PATCH] Fix stream procedure number for virDomainMigratePrepareTunnel3

Eric Blake eblake at redhat.com
Thu Jun 30 16:22:59 UTC 2011


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 at redhat.com    +1-801-349-2682
Libvirt virtualization library http://libvirt.org

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 619 bytes
Desc: OpenPGP digital signature
URL: <http://listman.redhat.com/archives/libvir-list/attachments/20110630/2e65e31f/attachment-0001.sig>


More information about the libvir-list mailing list