Fix bug 9519 - Samba returns unexpected error on SMB posix open.
commitfa3924f9ea656c279d430212b4b2a667bf5227f8
authorJeremy Allison <jra@samba.org>
Tue, 12 Feb 2013 18:48:09 +0000 (12 10:48 -0800)
committerJeremy Allison <jra@samba.org>
Tue, 12 Feb 2013 21:59:21 +0000 (12 22:59 +0100)
treeb983343cc1cb52fbc2d2edc37cbd40b9c53a0c26
parentefd60aeff7aac308d85b767cdf394dd866cce078
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>
Reviewed-by: Jeff Layton <jlayton@samba.org>
Autobuild-User(master): Jeremy Allison <jra@samba.org>
Autobuild-Date(master): Tue Feb 12 22:59:21 CET 2013 on sn-devel-104
source3/smbd/trans2.c