WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-changelog

[Xen-changelog] [xen-unstable] [HVM][VNC] Fix typo.

# HG changeset patch
# User Steven Smith <ssmith@xxxxxxxxxxxxx>
# Node ID bd811e94d293ebcb8fb15db0becacd36c65a4ac7
# Parent  a1154318cd80ad5cb488f6fbb8fc138e87ad429b
[HVM][VNC] Fix typo.

Signed-off-by: Steven Smith <sos22@xxxxxxxxx>
---
 tools/ioemu/vnc.c |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

diff -r a1154318cd80 -r bd811e94d293 tools/ioemu/vnc.c
--- a/tools/ioemu/vnc.c Tue Sep 26 16:47:35 2006 +0100
+++ b/tools/ioemu/vnc.c Tue Sep 26 19:50:07 2006 +0100
@@ -1132,7 +1132,7 @@ static int protocol_client_msg(VncState 
            uint32_t v;
            v = read_u32(data, 4);
            if (v)
-               return 8 + 4;
+               return 8 + v;
        }
 
        client_cut_text(vs, read_u32(data, 4), data + 8);

_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-changelog] [xen-unstable] [HVM][VNC] Fix typo., Xen patchbot-unstable <=