s3:smb2_server: do the req->next_status check before the signing checks
authorStefan Metzmacher <metze@samba.org>
Wed, 19 Sep 2012 22:52:19 +0000 (00:52 +0200)
committerKarolin Seeger <kseeger@samba.org>
Fri, 28 Sep 2012 07:12:46 +0000 (09:12 +0200)
commitebabb40d1d423fab720735ac9225a09a8fc5feca
treef2442a783cbf6ad08c6835283624601581f7fe33
parent68ef8cf99a7421daa1d57895189cfc2dc508adfd
s3:smb2_server: do the req->next_status check before the signing checks

Windows 2012 returns NT_STATUS_INVALID_PARAMETER to
the smb2.compound.invalid1 test if that uses signing
(instead of NT_STATUS_ACCESS_DENIED).

metze
(similar to commit 4384485f82aac109bf4c4c31075e313e54b4c076)

Signed-off-by: Stefan Metzmacher <metze@samba.org>
source3/smbd/smb2_server.c