Continue with ClientInitialisation when SecurityType is None
This commit is contained in:
parent
f791d32c28
commit
37320aa55a
|
|
@ -1925,7 +1925,7 @@ export default class RFB extends EventTargetMixin {
|
||||||
_negotiateAuthentication() {
|
_negotiateAuthentication() {
|
||||||
switch (this._rfbAuthScheme) {
|
switch (this._rfbAuthScheme) {
|
||||||
case securityTypeNone:
|
case securityTypeNone:
|
||||||
this._rfbInitState = 'SecurityResult';
|
this._rfbInitState = 'ClientInitialisation';
|
||||||
return true;
|
return true;
|
||||||
|
|
||||||
case securityTypeXVP:
|
case securityTypeXVP:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue