mirror of
https://github.com/danog/phpseclib.git
synced 2024-12-04 18:48:24 +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…
Reference in New Issue
Block a user