s3: smbd: Add utility function smbd_smb2_is_last_in_compound().
commite668c3a82cd566b405c976d45659dd79786948de
authorJeremy Allison <jra@samba.org>
Thu, 20 Oct 2022 22:08:14 +0000 (20 15:08 -0700)
committerRalph Boehme <slow@samba.org>
Thu, 17 Nov 2022 04:58:28 +0000 (17 04:58 +0000)
tree6a2cc7453ff10f3d8b16e46c55b39b604ccfef8e
parent6f149dfd9d8d2619a9e18975ebcf5e69df2b7766
s3: smbd: Add utility function smbd_smb2_is_last_in_compound().

Not yet used. Returns true if we're processing the last SMB2 request in a
compound.

BUG: https://bugzilla.samba.org/show_bug.cgi?id=15172

Signed-off-by: Jeremy Allison <jra@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
source3/smbd/globals.h
source3/smbd/smb2_server.c