mirror of
https://github.com/phpseclib/phpseclib.git
synced 2024-11-15 09:54:10 +00:00
Merge branch '3.0'
This commit is contained in:
commit
0bca60f6b9
@ -3092,7 +3092,7 @@ class SSH2
|
||||
return $this->reconnect();
|
||||
}
|
||||
|
||||
$this->close_channel(NET_SSH2_CHANNEL_KEEP_ALIVE);
|
||||
$this->close_channel(self::CHANNEL_KEEP_ALIVE);
|
||||
return true;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user