Fix bug in processing of open modes in POSIX open. Was missing case of "If file exist...
authorJeremy Allison <jra@samba.org>
Wed, 25 Feb 2009 20:53:45 +0000 (12:53 -0800)
committerMichael Adam <obnox@samba.org>
Mon, 21 Sep 2009 14:25:38 +0000 (16:25 +0200)
commitd4d46eb394e15035783cacbe150d3c8638c68f19
tree7b9a55ad03d4da178d3113dea197c64391c5dccc
parent6f97fbc09b376b0a18b61a38b4e1e85669f0adf9
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