mirror of
https://github.com/danog/phpseclib.git
synced 2025-01-22 04:51:19 +01:00
SFTP: _get_sftp_packet() -> get_sftp_packet()
This commit is contained in:
parent
f44d39fb19
commit
f8685c0577
@ -2954,7 +2954,7 @@ class SFTP extends SSH2
|
||||
'packet_type' => $this->packet_type,
|
||||
'packet' => $packet
|
||||
);
|
||||
return $this->_get_sftp_packet($request_id);
|
||||
return $this->get_sftp_packet($request_id);
|
||||
}
|
||||
|
||||
return $packet;
|
||||
|
Loading…
x
Reference in New Issue
Block a user