Signed-off-by: Ralph Boehme <slow@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
Autobuild-User(master): Jeremy Allison <jra@samba.org>
Autobuild-Date(master): Thu Mar 31 23:58:54 UTC 2022 on sn-devel-184
return NT_STATUS_NOT_A_DIRECTORY;
}
- if (lp_store_dos_attributes(SNUM(conn))) {
- if (!posix_open) {
- file_set_dosmode(conn, smb_dname,
- file_attributes | FILE_ATTRIBUTE_DIRECTORY,
- parent_dir_fname, true);
- }
+ if (lp_store_dos_attributes(SNUM(conn)) && !posix_open) {
+ file_set_dosmode(conn,
+ smb_dname,
+ file_attributes | FILE_ATTRIBUTE_DIRECTORY,
+ parent_dir_fname,
+ true);
}
if (lp_inherit_permissions(SNUM(conn))) {