]> git.ipfire.org Git - thirdparty/qemu.git/commit
vnc: make sure we finish disconnect
authorGerd Hoffmann <kraxel@redhat.com>
Wed, 13 Jul 2016 10:21:20 +0000 (12:21 +0200)
committerMichael Roth <mdroth@linux.vnet.ibm.com>
Wed, 28 Sep 2016 15:48:08 +0000 (10:48 -0500)
commit8ef7abeccf527029c3b2e70ec585f1788fa2e007
tree6cb153ed251e208dcef548866128d7f0f358199f
parent14713d60cb339d95776771a46037a156084091d0
vnc: make sure we finish disconnect

It may happen that vnc connections linger in disconnecting state forever
because VncState happens to be in a state where vnc_update_client()
exists early and never reaches the vnc_disconnect_finish() call at the
bottom of the function.  Fix that by doing an additinal check at the
start of the function.

https://bugzilla.redhat.com/show_bug.cgi?id=1352799

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Message-id: 1468405280-2571-1-git-send-email-kraxel@redhat.com
(cherry picked from commit 5a8be0f73d6f60ff08746377eb09ca459f39deab)
Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>
ui/vnc.c