summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLew Ayotte <lew@lewayotte.com>2023-04-06 15:00:21 -0500
committerLew Ayotte <lew@lewayotte.com>2023-04-06 15:00:21 -0500
commitb16f19f9ceb464a39735b8a2c799a1d7c3212c0c (patch)
tree64220ba520407a5580caba37e14e388c518b61be
parent747603c0d5bbdc8ac31b81f7a1b31291a397d280 (diff)
downloadnovnc-b16f19f9ceb464a39735b8a2c799a1d7c3212c0c.tar.gz
Set _rfbVeNCryptState = 4 not == 4
-rw-r--r--core/rfb.js2
1 files changed, 1 insertions, 1 deletions
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;
}
}