1
0
mirror of https://github.com/danog/phpseclib.git synced 2025-01-22 04:51:19 +01: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:
Jim Wigginton 2012-01-20 05:39:10 +00:00
parent 8e0845f411
commit 883b13f540

View File

@ -1523,7 +1523,6 @@ class Net_SFTP extends Net_SSH2 {
return $content;
}
fclose($fp);
return true;
}