]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
smbd: Add a comment matching the other flags
authorVolker Lendecke <vl@samba.org>
Wed, 13 Aug 2025 11:55:42 +0000 (13:55 +0200)
committerRalph Boehme <slow@samba.org>
Fri, 22 Aug 2025 13:55:34 +0000 (13:55 +0000)
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
source3/smbd/globals.h

index 808ed6edfd62f63ff2108ab768ad4d149fdf27c3..f4d53b8338167f0eb6ed314c1eecdbc8de1822ee 100644 (file)
@@ -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;