Fix logic bug where high bits tests was being
commit9fa7523660a91caf4654aa8a60e6dae0798e5b68
authorJeremy Allison <jra@samba.org>
Sat, 21 Nov 2009 01:23:20 +0000 (20 17:23 -0800)
committerKarolin Seeger <kseeger@samba.org>
Thu, 26 Nov 2009 10:41:04 +0000 (26 11:41 +0100)
tree0d14176ef779d1a4196f0c3330d57cf2eba5c579
parent48c57a4c92af3b0f0e68e1fb8195196f72a7cd6c
Fix logic bug where high bits tests was being
done on both Windows and POSIX mkdirs instead of
only on Windows mkdir (as intended). The variable
"file_attributes" had already had FILE_FLAG_POSIX_SEMANTICS
removed above in the function if it had already been set.
Jeremy.
(cherry picked from commit 54ba3f522bd26919183278643b417e9632524be9)
(cherry picked from commit cfb84c68030d4ee584db68b9c43c147c00a01ce2)
source3/smbd/open.c