diff --git a/include/rfb.js b/include/rfb.js index 4ea5fd072..dfd9269c7 100644 --- a/include/rfb.js +++ b/include/rfb.js @@ -739,6 +739,7 @@ var RFB; // an RFB state change and a UI interface issue this._updateState('password', "Password Required"); this._onPasswordRequired(this); + return false; } if (this._sock.rQwait("auth challenge", 16)) { return false; }