From f4be9bfc11c90a0d79e54e228662d944b375a066 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Fri, 1 Aug 2025 18:07:25 +0200 Subject: [PATCH] vfs: Add some const to make in/out params more obvious Signed-off-by: Volker Lendecke Reviewed-by: Anoop C S --- source3/modules/nfs4acl_xattr_nfs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source3/modules/nfs4acl_xattr_nfs.c b/source3/modules/nfs4acl_xattr_nfs.c index df3c0f52697..bb2ceeee864 100644 --- a/source3/modules/nfs4acl_xattr_nfs.c +++ b/source3/modules/nfs4acl_xattr_nfs.c @@ -362,7 +362,7 @@ static bool create_special_id(TALLOC_CTX *mem_ctx, static bool map_smb4_to_nfs4_id(TALLOC_CTX *mem_ctx, struct nfs4acl_config *config, nfsace4 *nace, - SMB_ACE4PROP_T *sace) + const SMB_ACE4PROP_T *sace) { const char *nfs4_id = NULL; const char *name = NULL; -- 2.47.3