[go: nahoru, domu]

Skip to content

Commit

Permalink
Added return to correctly wait for password input before proceeding. F…
Browse files Browse the repository at this point in the history
…ixes novnc#542
  • Loading branch information
DvdGiessen committed Oct 16, 2015
1 parent a0e7ab4 commit 3e3df4d
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 3e3df4d

Please sign in to comment.