From: Volker Lendecke Date: Sat, 1 Feb 2025 15:05:06 +0000 (+0100) Subject: lib: Shrink .text a bit X-Git-Tag: tdb-1.4.13~16 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e24c9b99dbd882091cfbc9aa87aa3fb632a14a79;p=thirdparty%2Fsamba.git lib: Shrink .text a bit Signed-off-by: Volker Lendecke Reviewed-by: Jeremy Allison --- diff --git a/source3/lib/adouble.c b/source3/lib/adouble.c index 78544fecd96..2e17bec01d3 100644 --- a/source3/lib/adouble.c +++ b/source3/lib/adouble.c @@ -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;