Fix bug in processing of open modes in POSIX open.
authorJeremy Allison <jra@samba.org>
Wed, 25 Feb 2009 20:53:45 +0000 (12:53 -0800)
committerJeremy Allison <jra@samba.org>
Wed, 25 Feb 2009 20:53:45 +0000 (12:53 -0800)
commit3d7cde5dd3603ba3a7e78e8ca9a28d5bbf816b80
tree66272efd2adb62e16860bb05a5e67d4526a433fa
parentd86cb9b52d8cdaa03f856665f56278836e6336d3
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.
source3/smbd/trans2.c