SFTP: CS adjustment

This commit is contained in:
terrafrost 2013-03-07 22:46:58 -06:00
parent 56f87c8f3a
commit d4f176b434

View File

@ -486,7 +486,8 @@ class Net_SFTP extends Net_SSH2 {
* @param optional Integer $status * @param optional Integer $status
* @access public * @access public
*/ */
function _logError($response, $status = -1) { function _logError($response, $status = -1)
{
if ($status == -1) { if ($status == -1) {
extract(unpack('Nstatus', $this->_string_shift($response, 4))); extract(unpack('Nstatus', $this->_string_shift($response, 4)));
} }