This commit is contained in:
Zane H 2024-03-19 16:32:37 +01:00 committed by GitHub
commit fbec3411ab
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -3916,6 +3916,7 @@ class SSH2
}
// fall-through
case MessageType::CHANNEL_EOF:
case MessageType::CHANNEL_SUCCESS:
break;
default:
$this->disconnect_helper(DisconnectReason::BY_APPLICATION);