mirror of
https://github.com/novnc/noVNC.git
synced 2026-06-09 05:44:38 +00:00
committed by
Samuel Mannehed
parent
c01b2f0259
commit
558544364c
@@ -915,7 +915,7 @@
|
||||
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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user