Fix bug in processing of open modes in POSIX open.
commitb652082648c49b525d2b2ce619b575ee75bc242e
authorJeremy Allison <jra@samba.org>
Wed, 25 Feb 2009 20:54:58 +0000 (25 12:54 -0800)
committerJeremy Allison <jra@samba.org>
Wed, 25 Feb 2009 20:54:58 +0000 (25 12:54 -0800)
tree22c239a119493c6f4960f6f06ae84d93ac7554d0
parent8858ed261917ce6c80562f05f5407109d66bd6a8
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.
source/smbd/trans2.c