mirror of
https://github.com/phpseclib/phpseclib.git
synced 2024-12-27 19:54:57 +00:00
- syntax error
git-svn-id: http://phpseclib.svn.sourceforge.net/svnroot/phpseclib/trunk@151 21d32557-59b3-4da0-833f-c5933fad653e
This commit is contained in:
parent
9660724387
commit
0e40350db7
@ -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
|
// 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) {
|
if ($status != NET_SFTP_STATUS_OK) {
|
||||||
return false'
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
extract(unpack('Nstatus', $this->_string_shift($response, 4)));
|
extract(unpack('Nstatus', $this->_string_shift($response, 4)));
|
||||||
|
Loading…
Reference in New Issue
Block a user