1
0
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:
terrafrost 2020-02-10 21:09:22 -06:00
parent f44d39fb19
commit f8685c0577

View File

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