SSH2: rm if condition that can't ever be true in 3.0+

This commit is contained in:
terrafrost 2022-09-23 23:03:11 -05:00
parent f0a146eaa1
commit 4f53331c98
1 changed files with 1 additions and 1 deletions

View File

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