SSH2: NET_SSH2_CHANNEL_KEEP_ALIVE -> self::CHANNEL_KEEP_ALIVE

This commit is contained in:
terrafrost 2021-06-16 08:12:09 -05:00
parent a5fcb44e28
commit 9b1f8a260a
1 changed files with 1 additions and 1 deletions

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