[go: nahoru, domu]

Skip to content

Commit

Permalink
Merge pull request novnc#543 from DvdGiessen/fix/vnc_sendpassword_auth
Browse files Browse the repository at this point in the history
Fixes VNC standard auth using onPasswordRequired callback
  • Loading branch information
DirectXMan12 committed Oct 16, 2015
2 parents a0e7ab4 + 3e3df4d commit 6a90803
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/rfb.js
Original file line number Diff line number Diff line change
Expand Up @@ -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; }
Expand Down

0 comments on commit 6a90803

Please sign in to comment.