Merge branch '2.0'

This commit is contained in:
terrafrost 2022-09-23 23:17:54 -05:00
commit 2b937b413a
1 changed files with 1 additions and 1 deletions

View File

@ -2623,7 +2623,7 @@ class SSH2
$this->channel_status[self::CHANNEL_EXEC] = MessageType::CHANNEL_DATA;
if ($callback === false || $this->in_request_pty_exec) {
if ($this->in_request_pty_exec) {
return true;
}