mirror of
https://github.com/phpseclib/phpseclib.git
synced 2024-11-11 16:15:52 +00:00
SSH2: NET_SSH2_CHANNEL_KEEP_ALIVE -> self::CHANNEL_KEEP_ALIVE
This commit is contained in:
parent
a5fcb44e28
commit
9b1f8a260a
@ -3092,7 +3092,7 @@ class SSH2
|
|||||||
return $this->reconnect();
|
return $this->reconnect();
|
||||||
}
|
}
|
||||||
|
|
||||||
$this->close_channel(NET_SSH2_CHANNEL_KEEP_ALIVE);
|
$this->close_channel(self::CHANNEL_KEEP_ALIVE);
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user