From: Volker Lendecke Date: Wed, 13 Aug 2025 11:55:42 +0000 (+0200) Subject: smbd: Add a comment matching the other flags X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5f286b4a0ad1b83f896ddf7893d52de0ad5bb458;p=thirdparty%2Fsamba.git smbd: Add a comment matching the other flags Signed-off-by: Volker Lendecke Reviewed-by: Ralph Boehme --- diff --git a/source3/smbd/globals.h b/source3/smbd/globals.h index 808ed6edfd6..f4d53b83381 100644 --- a/source3/smbd/globals.h +++ b/source3/smbd/globals.h @@ -621,6 +621,7 @@ struct smbd_smb2_request { uint32_t last_tid; int current_idx; + /* Should we sign? */ bool do_signing; /* Was the request encrypted? */ bool was_encrypted;