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>
Sat, 8 Oct 2011 18:07:24 +0000 (20:07 +0200)
commit2bdf5042dd14283ae195d442d20385ed158367ae
tree9ae39bf1fdc327406928e78c28d0a207f9027505
parentabf0629535a8082229810c6905c356b20c482be9
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.
source3/smbd/open.c