Fix bug 9519 - Samba returns unexpected error on SMB posix open.
commitba4378b6aa126f58d57a0ad758c3799bae079b9d
authorJeremy Allison <jra@samba.org>
Tue, 12 Feb 2013 18:48:09 +0000 (12 10:48 -0800)
committerKarolin Seeger <kseeger@samba.org>
Thu, 14 Mar 2013 09:51:41 +0000 (14 10:51 +0100)
tree07820125739ca8d18c112a1cc2bebfc236702b8b
parentd7b8f69cf2ec912e9675f98ef11c98c6a7ce465a
Fix bug 9519 - Samba returns unexpected error on SMB posix open.

Explicitly ignore bare O_EXCL flags instead of returning INVALID_PARAMETER.
That's what the Linux kernel does.

Signed-off-by: Jeremy Allison <jra@samba.org>
(cherry picked from commit d21280f983249038bf7efda4edc1b1eadaff546a)
source3/smbd/trans2.c