mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-18 16:53:23 +02:00
Don't add clients to the broadcast set until they're authenticated. Note
that actual, real auth is not checked yet.
This commit is contained in:
@@ -253,6 +253,7 @@ VncConnection.prototype._read = function() {
|
||||
}
|
||||
debug('client security', this._clientSecurity)
|
||||
this._writeSecurityResult(VncConnection.SECURITYRESULT_OK)
|
||||
this.emit('authenticated')
|
||||
this._changeState(VncConnection.STATE_NEED_CLIENT_INIT)
|
||||
}
|
||||
break
|
||||
|
||||
Reference in New Issue
Block a user