diff options
-rw-r--r-- | libvncserver/main.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libvncserver/main.c b/libvncserver/main.c index cb66976..7340364 100644 --- a/libvncserver/main.c +++ b/libvncserver/main.c @@ -469,7 +469,6 @@ clientOutput(void *data) rfbClientPtr cl = (rfbClientPtr)data; rfbBool haveUpdate; sraRegion* updateRegion; - cl->onHold = FALSE; while (1) { haveUpdate = false; |