mirror of
https://github.com/phpseclib/phpseclib.git
synced 2025-02-10 15:48:41 +00:00
- fclose() was being called twice (thanks zyzzy!)
git-svn-id: http://phpseclib.svn.sourceforge.net/svnroot/phpseclib/trunk@193 21d32557-59b3-4da0-833f-c5933fad653e
This commit is contained in:
parent
8e0845f411
commit
883b13f540
@ -1523,7 +1523,6 @@ class Net_SFTP extends Net_SSH2 {
|
|||||||
return $content;
|
return $content;
|
||||||
}
|
}
|
||||||
|
|
||||||
fclose($fp);
|
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user