mirror of
https://github.com/phpseclib/phpseclib.git
synced 2025-01-14 10:53:09 +00:00
Merge branch '1.0' into 2.0
This commit is contained in:
commit
604b94d011
@ -2090,8 +2090,10 @@ class SFTP extends SSH2
|
|||||||
$this->touch($remote_file, $stat['mtime'], $stat['atime']);
|
$this->touch($remote_file, $stat['mtime'], $stat['atime']);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (isset($fp) && is_resource($fp)) {
|
||||||
fclose($fp);
|
fclose($fp);
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
return $this->_close_handle($handle);
|
return $this->_close_handle($handle);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user