From: Volker Lendecke Date: Thu, 18 Dec 2025 10:58:52 +0000 (+0100) Subject: smbd: Add some const where possible X-Git-Tag: tdb-1.4.15~179 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=17389c7e28237d74b2f3f962c43b947965576cf9;p=thirdparty%2Fsamba.git smbd: Add some const where possible Signed-off-by: Volker Lendecke Reviewed-by: Anoop C S --- diff --git a/source3/smbd/posix_acls.c b/source3/smbd/posix_acls.c index a229a96f5fc..afcb4154f41 100644 --- a/source3/smbd/posix_acls.c +++ b/source3/smbd/posix_acls.c @@ -133,7 +133,7 @@ struct pai_val { Return a uint32_t of the pai_entry principal. ************************************************************************/ -static uint32_t get_pai_entry_val(struct pai_entry *paie) +static uint32_t get_pai_entry_val(const struct pai_entry *paie) { switch (paie->owner_type) { case UID_ACE: