mirror of
https://github.com/openstf/stf
synced 2025-10-05 02:29:26 +02:00
Fix incorrect state change for ClientCutText.
This commit is contained in:
parent
f7d1b07d1c
commit
8a5f0551a7
1 changed files with 1 additions and 1 deletions
|
@ -289,7 +289,7 @@ VncConnection.prototype._read = function() {
|
|||
if ((chunk = this._consume(7))) {
|
||||
// [0b, 3b) padding
|
||||
this._clientCutTextLength = chunk.readUInt32BE(3)
|
||||
this._changeState(VncConnection.STATE_NEED_CLIENT_MESSAGE_CLIENTCUTTEXT_STRING)
|
||||
this._changeState(VncConnection.STATE_NEED_CLIENT_MESSAGE_CLIENTCUTTEXT_VALUE)
|
||||
}
|
||||
break
|
||||
case VncConnection.STATE_NEED_CLIENT_MESSAGE_CLIENTCUTTEXT_VALUE:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue