1
0
mirror of https://github.com/danog/phpseclib.git synced 2024-12-03 10:08:04 +01:00

Merge branch '1.0' into 2.0

This commit is contained in:
terrafrost 2020-08-30 08:22:13 -05:00
commit 604b94d011

View File

@ -2090,7 +2090,9 @@ class SFTP extends SSH2
$this->touch($remote_file, $stat['mtime'], $stat['atime']);
}
fclose($fp);
if (isset($fp) && is_resource($fp)) {
fclose($fp);
}
}
return $this->_close_handle($handle);