mirror of
https://git.code.sf.net/p/ntfs-3g/ntfs-3g.git
synced 2024-11-27 12:03:42 +08:00
Removed patches from wrong version
This commit is contained in:
parent
703d1c37dc
commit
4b1da71f51
@ -747,18 +747,16 @@ static int ntfs_fuse_open(const char *org_path,
|
||||
if (NAttrEncrypted(na))
|
||||
res = -EACCES;
|
||||
#endif
|
||||
ntfs_attr_close(na);
|
||||
} else
|
||||
res = -errno;
|
||||
if (ntfs_inode_close(ni))
|
||||
set_fuse_error(&res);
|
||||
} else
|
||||
res = -errno;
|
||||
free(path);
|
||||
if (stream_name_len)
|
||||
free(stream_name);
|
||||
if (res) {
|
||||
ntfs_attr_close(na);
|
||||
ntfs_inode_close(ni);
|
||||
} else
|
||||
fi->fh = (uintptr_t)na;
|
||||
return res;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user