mirror of
https://github.com/phpseclib/phpseclib.git
synced 2024-12-28 12:10:59 +00:00
SSH2: rm if condition that can't ever be true in 3.0+
This commit is contained in:
parent
f0a146eaa1
commit
4f53331c98
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user