smbd: Ignore incoming POSIX create context
authorVolker Lendecke <vl@samba.org>
Tue, 4 Feb 2020 15:19:05 +0000 (17:19 +0200)
committerJeremy Allison <jra@samba.org>
Fri, 7 Feb 2020 21:01:31 +0000 (21:01 +0000)
commit54bd27167ce2b2b6ca47396c4b2d03c458615f20
treec4c13943d1dd920db26f01e029494476b6d1c816
parentf6fe7c39cdaeb9b415c36f7ae9a8baf45dddc5b0
smbd: Ignore incoming POSIX create context

We will use this internally and can only expose this once SMB3.11 unix
extensions are activated for the client.

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source3/smbd/smb2_create.c