Fix bug 9519 - Samba returns unexpected error on SMB posix open.
commitd21280f983249038bf7efda4edc1b1eadaff546a
authorJeremy Allison <jra@samba.org>
Tue, 12 Feb 2013 18:48:09 +0000 (12 10:48 -0800)
committerKarolin Seeger <kseeger@samba.org>
Wed, 13 Feb 2013 18:40:11 +0000 (13 19:40 +0100)
tree1c33db30b2e13e94949c060a7cd8cc5a738bf6ae
parent872a7d61ca769c47890244a1005c1bd445a3bab6
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>
source3/smbd/trans2.c