diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2015-01-13 21:23:10 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2015-01-13 21:23:10 -0600 |
commit | 7230869459ee0ee44c52671687adfef12d338f8c (patch) | |
tree | 317b9c497c6d0ea19f9a54df1b6f268218957f19 | |
parent | 1d8b3c0548782dcd7286fed6b31c17351c15bb50 (diff) | |
download | libtdevnc-r14.0.1.tar.gz libtdevnc-r14.0.1.zip |
Per libvncserver developer bk138 do not automatically release onHoldr14.0.1
-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; |