Fix logic bug where high bits tests was being
authorJeremy Allison <jra@samba.org>
Sat, 21 Nov 2009 01:23:20 +0000 (17:23 -0800)
committerJeremy Allison <jra@samba.org>
Sat, 21 Nov 2009 01:23:20 +0000 (17:23 -0800)
commit54ba3f522bd26919183278643b417e9632524be9
tree2fa0e94a9df871661e46c20ded4763f8912e47ac
parent446ed18eb6eeec06b4f81aaf89f75db32472defb
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.
source3/smbd/open.c