From 08b7d97333de9ad3d4f44e68d7e08fac46ff1bd2 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Tue, 13 Jan 2015 21:24:17 -0600 Subject: Revert "Release onHold signal in the threaded server build when clientOutput is called" This reverts commit 0635a7603d20a1743daab4ef29ada7c396df3bd1. --- libvncserver/main.c | 1 - 1 file changed, 1 deletion(-) diff --git a/libvncserver/main.c b/libvncserver/main.c index 9504799..9839c85 100644 --- a/libvncserver/main.c +++ b/libvncserver/main.c @@ -445,7 +445,6 @@ clientOutput(void *data) rfbClientPtr cl = (rfbClientPtr)data; rfbBool haveUpdate; sraRegion* updateRegion; - cl->onHold = FALSE; while (1) { haveUpdate = false; -- cgit v1.1