Fix bug in processing of open modes in POSIX open.
commit2050a239a5fee6cfd17d083619cc4a03a3a6dd6d
authorJeremy Allison <jra@samba.org>
Wed, 25 Feb 2009 20:54:58 +0000 (25 12:54 -0800)
committerKarolin Seeger <kseeger@samba.org>
Sat, 23 May 2009 18:37:34 +0000 (23 20:37 +0200)
treed5d5517b4b455b23948dc7ab96ab0810cc1527e7
parentcdc93a7edc6798078a7b21b1728a844437b6522b
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.
Jeremy.
(cherry picked from commit b652082648c49b525d2b2ce619b575ee75bc242e)
(cherry picked from commit 12cf12f10c1c6adad568daf6c16144a99b0f822e)
source/smbd/trans2.c