Set _rfbVeNCryptState = 4 not == 4
This commit is contained in:
parent
747603c0d5
commit
b16f19f9ce
|
@ -1593,7 +1593,7 @@ export default class RFB extends EventTargetMixin {
|
|||
this._rfbAuthScheme >> 8,
|
||||
this._rfbAuthScheme]);
|
||||
|
||||
this._rfbVeNCryptState == 4;
|
||||
this._rfbVeNCryptState = 4;
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue