mirror of
https://github.com/phpseclib/phpseclib.git
synced 2024-11-05 21:17:53 +00:00
SSH2: CS adjustments
This commit is contained in:
parent
9a61525f44
commit
74f1c9ed7b
@ -3756,7 +3756,7 @@ class Net_SSH2
|
||||
if (!empty($this->channel_buffers[$client_channel])) {
|
||||
switch ($this->channel_status[$client_channel]) {
|
||||
case NET_SSH2_MSG_CHANNEL_REQUEST:
|
||||
foreach ($this->channel_buffers[$client_channel] as $i=>$packet) {
|
||||
foreach ($this->channel_buffers[$client_channel] as $i => $packet) {
|
||||
switch (ord($packet[0])) {
|
||||
case NET_SSH2_MSG_CHANNEL_SUCCESS:
|
||||
case NET_SSH2_MSG_CHANNEL_FAILURE:
|
||||
|
Loading…
Reference in New Issue
Block a user