summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--vnc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/vnc.c b/vnc.c
index 99d7534..62dd317 100644
--- a/vnc.c
+++ b/vnc.c
@@ -2246,6 +2246,7 @@ static void vnc_connect(VncState *vs)
vs->has_hextile = 0;
vs->ds->dpy_copy = NULL;
vnc_update_client(vs);
+ reset_keys(vs);
}
static void vnc_listen_read(void *opaque)
OpenPOWER on IntegriCloud