mirror of
https://github.com/phpseclib/phpseclib.git
synced 2024-12-29 04:23:34 +00:00
SFTP: CS adjustment
This commit is contained in:
parent
56f87c8f3a
commit
d4f176b434
@ -486,7 +486,8 @@ class Net_SFTP extends Net_SSH2 {
|
||||
* @param optional Integer $status
|
||||
* @access public
|
||||
*/
|
||||
function _logError($response, $status = -1) {
|
||||
function _logError($response, $status = -1)
|
||||
{
|
||||
if ($status == -1) {
|
||||
extract(unpack('Nstatus', $this->_string_shift($response, 4)));
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user