remove the outcommented line

This commit is contained in:
Lee'sEngineer 2016-12-20 11:15:35 +08:00
parent ca59896c5e
commit 44570bde51
1 changed files with 0 additions and 1 deletions

View File

@ -915,7 +915,6 @@
if (this._sock.rQwait("sub auth count", 4)) { return false; }
var subAuthCount = this._sock.rQshift32();
if (subAuthCount === 0) { // empty sub-auth list received means 'no auth' subtype selected
//this._updateState('SecurityResult');
this._rfb_init_state = 'SecurityResult';
return true;
}