]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
lib: Shrink .text a bit
authorVolker Lendecke <vl@samba.org>
Sat, 1 Feb 2025 15:05:06 +0000 (16:05 +0100)
committerJeremy Allison <jra@samba.org>
Wed, 5 Feb 2025 00:07:30 +0000 (00:07 +0000)
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source3/lib/adouble.c

index 78544fecd960add6a5f6851d26c57a8ceb52d3cb..2e17bec01d3c86a016d0b406f61d9f84a2438835 100644 (file)
@@ -282,7 +282,7 @@ static bool ad_entry_check_size(uint32_t eid,
                                uint32_t off,
                                uint32_t got_len)
 {
-       struct {
+       static const struct {
                off_t expected_len;
                bool fixed_size;
                bool minimum_size;