- syntax error

git-svn-id: http://phpseclib.svn.sourceforge.net/svnroot/phpseclib/trunk@151 21d32557-59b3-4da0-833f-c5933fad653e
This commit is contained in:
Jim Wigginton 2011-04-01 12:00:35 +00:00
parent 9660724387
commit 0e40350db7

View File

@ -1232,7 +1232,7 @@ class Net_SFTP extends Net_SSH2 {
// check the status from the NET_SFTP_STATUS case in the above switch after the file has been closed
if ($status != NET_SFTP_STATUS_OK) {
return false'
return false;
}
extract(unpack('Nstatus', $this->_string_shift($response, 4)));