smbd: allow POSIX opens for file_set_dosmode() in mkdir_internal()
authorRalph Boehme <slow@samba.org>
Tue, 31 Oct 2023 11:24:12 +0000 (12:24 +0100)
committerJeremy Allison <jra@samba.org>
Sun, 5 Nov 2023 18:34:38 +0000 (18:34 +0000)
commit17bb46abfe6c996676ff8dd33711f617e18ffa35
treed8217a0ed872c5e8581f471f8212d0cdd9414f10
parentf5604640e90b522533abee16905361aa0ef9e48d
smbd: allow POSIX opens for file_set_dosmode() in mkdir_internal()

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>
source3/smbd/open.c