Fix bug in processing of open modes in POSIX open.
authorJeremy Allison <jra@samba.org>
Wed, 25 Feb 2009 20:54:58 +0000 (12:54 -0800)
committerKarolin Seeger <kseeger@samba.org>
Fri, 6 Mar 2009 07:28:25 +0000 (08:28 +0100)
commit12cf12f10c1c6adad568daf6c16144a99b0f822e
treef05e2eefe167804b7c4da2a5375c27aec12c1c9b
parent96d43ea011c5e1008ea371951e6b9e9b63813c67
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)
source/smbd/trans2.c