s3:smb2_server: do the req->next_status check before the signing checks
commit4384485f82aac109bf4c4c31075e313e54b4c076
authorStefan Metzmacher <metze@samba.org>
Wed, 19 Sep 2012 22:52:19 +0000 (20 00:52 +0200)
committerMichael Adam <obnox@samba.org>
Sat, 22 Sep 2012 08:18:57 +0000 (22 10:18 +0200)
tree3a8eefdccc8ba0c511d536e2584ba7e63d825c5e
parent2552b6632372b35cbd7b788c4e00091dfe520a41
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
source3/smbd/smb2_server.c