From b16f19f9ceb464a39735b8a2c799a1d7c3212c0c Mon Sep 17 00:00:00 2001 From: Lew Ayotte Date: Thu, 6 Apr 2023 15:00:21 -0500 Subject: Set _rfbVeNCryptState = 4 not == 4 --- core/rfb.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/rfb.js b/core/rfb.js index e573cd4..d8e2de7 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; } } -- cgit v1.2.1