mirror of
https://github.com/phpseclib/phpseclib.git
synced 2024-12-27 03:42:40 +00:00
SFTP: rm redundant code
This commit is contained in:
parent
f664ccb521
commit
89d8e6ecbb
@ -545,8 +545,6 @@ class SFTP extends SSH2
|
||||
*/
|
||||
private function partial_init_sftp_connection()
|
||||
{
|
||||
$this->window_size_server_to_client[self::CHANNEL] = $this->window_size;
|
||||
|
||||
$response = $this->openChannel(self::CHANNEL, true);
|
||||
if ($response === true && $this->isTimeout()) {
|
||||
return false;
|
||||
|
Loading…
Reference in New Issue
Block a user