summaryrefslogtreecommitdiff
path: root/core/rfb.js
diff options
context:
space:
mode:
Diffstat (limited to 'core/rfb.js')
-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;
}
}