From: Volker Lendecke Date: Fri, 1 Aug 2025 16:07:25 +0000 (+0200) Subject: vfs: Add some const to make in/out params more obvious X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f4be9bfc11c90a0d79e54e228662d944b375a066;p=thirdparty%2Fsamba.git vfs: Add some const to make in/out params more obvious Signed-off-by: Volker Lendecke Reviewed-by: Anoop C S --- 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;