Set _rfbVeNCryptState = 4 not == 4

This commit is contained in:
Lew Ayotte 2023-04-06 15:00:21 -05:00
parent 747603c0d5
commit b16f19f9ce
1 changed files with 1 additions and 1 deletions

View File

@ -1593,7 +1593,7 @@ export default class RFB extends EventTargetMixin {
this._rfbAuthScheme >> 8,
this._rfbAuthScheme]);
this._rfbVeNCryptState == 4;
this._rfbVeNCryptState = 4;
return true;
}
}