mirror of
https://github.com/samba-team/samba.git
synced 2025-01-11 05:18:09 +03:00
smbd: allow POSIX opens for file_set_dosmode() in rename_internals_fsp()
As this check was previously added to file_set_dosmode() this is not yet a change in behaviour. Signed-off-by: Ralph Boehme <slow@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
This commit is contained in:
parent
17bb46abfe
commit
ec143274c7
@ -1762,7 +1762,6 @@ NTSTATUS rename_internals_fsp(connection_struct *conn,
|
||||
smb_fname_dst);
|
||||
|
||||
if (!fsp->fsp_flags.is_directory &&
|
||||
!(fsp->posix_flags & FSP_POSIX_FLAGS_PATHNAMES) &&
|
||||
(lp_map_archive(SNUM(conn)) ||
|
||||
lp_store_dos_attributes(SNUM(conn))))
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user