diff options
Diffstat (limited to 'x11vnc/connections.c')
-rw-r--r-- | x11vnc/connections.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11vnc/connections.c b/x11vnc/connections.c index 0dcebe2..e1c9e88 100644 --- a/x11vnc/connections.c +++ b/x11vnc/connections.c @@ -644,6 +644,7 @@ void client_gone(rfbClientPtr client) { * we disconnect after 1 successful connection). */ if ((client->state == RFB_PROTOCOL_VERSION || + client->state == RFB_SECURITY_TYPE || client->state == RFB_AUTHENTICATION) && accepted_client) { rfbLog("connect_once: invalid password or early " "disconnect.\n"); |