diff options
author | Timothy Pearson <[email protected]> | 2015-01-13 21:23:44 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2015-01-13 21:23:44 -0600 |
commit | 6eda62064859b380bdce65d19f17b446b6392cac (patch) | |
tree | 972e204d5a98b74f2f28d268a882b571c4643c47 | |
parent | 2cc3446d81339fd9edec824ccba6ee835a8eb03a (diff) | |
download | tdenetwork-6eda62064859b380bdce65d19f17b446b6392cac.tar.gz tdenetwork-6eda62064859b380bdce65d19f17b446b6392cac.zip |
Release onHold signal when connection allowed
-rw-r--r-- | krfb/krfb/rfbcontroller.cc | 1 | ||||
m--------- | libtdevnc | 0 |
2 files changed, 1 insertions, 0 deletions
diff --git a/krfb/krfb/rfbcontroller.cc b/krfb/krfb/rfbcontroller.cc index e02253a2..750d2ecc 100644 --- a/krfb/krfb/rfbcontroller.cc +++ b/krfb/krfb/rfbcontroller.cc @@ -521,6 +521,7 @@ void RFBController::acceptConnection(bool aRemoteControl) connectionAccepted(aRemoteControl); rfbStartOnHoldClient(server->clientHead); + server->clientHead->onHold = false; } void RFBController::refuseConnection() diff --git a/libtdevnc b/libtdevnc -Subproject 1d8b3c0548782dcd7286fed6b31c17351c15bb5 +Subproject 7230869459ee0ee44c52671687adfef12d338f8 |