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_type' => $this->packet_type,
'packet' => $packet 'packet' => $packet
); );
return $this->_get_sftp_packet($request_id); return $this->get_sftp_packet($request_id);
} }
return $packet; return $packet;