Merge branch '3.0'

This commit is contained in:
terrafrost 2021-06-16 08:12:46 -05:00
commit 0bca60f6b9

View File

@ -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;
}