Fix bug in processing of open modes in POSIX open.
authorJeremy Allison <jra@samba.org>
Wed, 25 Feb 2009 21:01:04 +0000 (13:01 -0800)
committerJeremy Allison <jra@samba.org>
Wed, 25 Feb 2009 21:01:04 +0000 (13:01 -0800)
commitac11d94f36e1878f3f5d86f2e7197fd8ecdd196b
tree6dff9e9642b64c150eaa18d8f539dd35a05e6bb6
parenta8f10f4469b31565e33669560657c2b3df68c13b
Fix bug in processing of open modes in POSIX open.
Was missing case of "If file exists open. If file doesn't exist error."
Damn damn damn. CIFSFS client will have to have fallback cases
for this error for a long time.

Make test for open modes more robust against other bits.

Jeremy.
source/smbd/trans2.c