Skip to content
Commit 8ef7abec authored by Gerd Hoffmann's avatar Gerd Hoffmann Committed by Michael Roth
Browse files

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: default avatarGerd Hoffmann <kraxel@redhat.com>
Message-id: 1468405280-2571-1-git-send-email-kraxel@redhat.com
(cherry picked from commit 5a8be0f7)
Signed-off-by: default avatarMichael Roth <mdroth@linux.vnet.ibm.com>
parent 14713d60
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment