Fixed a double close error

N2009_11_14_FIXES
jpandre 2007-11-20 15:23:33 +00:00
parent f73e9ed9ce
commit 95038a1cb0
1 changed files with 0 additions and 1 deletions

View File

@ -817,7 +817,6 @@ static int ntfs_fuse_trunc(const char *org_path, off_t size, BOOL chkwrite)
|| (chkwrite
&& !ntfs_allowed_access(&security, path, ni, S_IWRITE)))) {
errno = EACCES;
ntfs_attr_close(na);
goto exit;
}