Fix bug #8507 - smbd doesn't correctly honor the "force create mode" bits from a...
authorJeremy Allison <jra@samba.org>
Tue, 4 Oct 2011 23:40:58 +0000 (16:40 -0700)
committerKarolin Seeger <kseeger@samba.org>
Mon, 24 Oct 2011 17:16:56 +0000 (19:16 +0200)
commita9fc6bd03469935470d220ce936e77d83b666058
tree265c701490e22d944e1c6e81a3444c6e08b57843
parent8ffc3f4f206dfd729c943505cd36036882bc57ee
Fix bug #8507 - smbd doesn't correctly honor the "force create mode" bits from a cifsfs create.

Don't manipulate the new_dos_attributes bits until we know it's not a POSIX open.
(cherry picked from commit 2bdf5042dd14283ae195d442d20385ed158367ae)
source3/smbd/open.c