]> git.proxmox.com Git - mirror_qemu.git/commit - ui/vnc.c
vnc: fix screen updates
authorGerd Hoffmann <kraxel@redhat.com>
Fri, 13 Jun 2014 08:23:10 +0000 (10:23 +0200)
committerGerd Hoffmann <kraxel@redhat.com>
Thu, 19 Jun 2014 10:48:07 +0000 (12:48 +0200)
commiteb214ff8ef6cceec348f3ad1643b39443fe07910
treea2c113e83b519cc3f96ee16a0429b2cf343f9e5b
parentc14e98479bd3cb3667e283e815c238135db2edc1
vnc: fix screen updates

Bug was added by 38ee14f4f33f8836fc0e209ca59c6ae8c6edf380.
vnc_jobs_join call is missing in one code path.

Reported-by: Anthony PERARD <anthony.perard@citrix.com>
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
ui/vnc.c