smbd: Remove "flags2" from open_file_ntcreate()
commitf701faf6677100bef6cbcf7f3d5c973f76a6bb49
authorVolker Lendecke <vl@samba.org>
Tue, 5 Sep 2023 13:55:26 +0000 (5 15:55 +0200)
committerRalph Boehme <slow@samba.org>
Thu, 5 Oct 2023 12:58:33 +0000 (5 12:58 +0000)
tree59120327bff47889a070bc3965a49356bb01973a
parent02d9321ce0c9fd5b5968ca950cfa3b2eb2a768fc
smbd: Remove "flags2" from open_file_ntcreate()

"flags" carried just the O_ACCMODE bits, "flags2" everything
else. Unify them.

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
source3/smbd/open.c