From 44570bde51638dbd968ff0b9b9a734086f7cfc42 Mon Sep 17 00:00:00 2001 From: Lee'sEngineer <474609810@qq.com> Date: Tue, 20 Dec 2016 11:15:35 +0800 Subject: [PATCH] remove the outcommented line --- core/rfb.js | 1 - 1 file changed, 1 deletion(-) diff --git a/core/rfb.js b/core/rfb.js index 8219f524..51350eea 100644 --- a/core/rfb.js +++ b/core/rfb.js @@ -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; }