libcli/smb: make sure we always send a valid MID in cancel PDUs
authorStefan Metzmacher <metze@samba.org>
Thu, 6 May 2021 21:07:13 +0000 (23:07 +0200)
committerStefan Metzmacher <metze@samba.org>
Thu, 15 Jul 2021 00:06:31 +0000 (00:06 +0000)
commit89f0552c5e08ddc8ad9c3b048f57b90c88ae84be
tree549bbc697c4e38db53dadd4cd9df5f0bb0f5f3b0
parente720ce4fadb051295871314bfcb1057c48586736
libcli/smb: make sure we always send a valid MID in cancel PDUs

This is important as with AES-128-GMAC signing, the nonce will be
derived from the MID.

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
libcli/smb/smbXcli_base.c