diff --git a/core/rfb.js b/core/rfb.js index e573cd43..d8e2de74 100644 --- a/core/rfb.js +++ b/core/rfb.js @@ -1593,7 +1593,7 @@ export default class RFB extends EventTargetMixin { this._rfbAuthScheme >> 8, this._rfbAuthScheme]); - this._rfbVeNCryptState == 4; + this._rfbVeNCryptState = 4; return true; } }