Merge pull request #543 from DvdGiessen/fix/vnc_sendpassword_auth

Fixes VNC standard auth using onPasswordRequired callback
This commit is contained in:
Solly 2015-10-16 11:08:04 -04:00
commit 6a90803feb
1 changed files with 1 additions and 0 deletions

View File

@ -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; }