]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
vfs: Add some const to make in/out params more obvious
authorVolker Lendecke <vl@samba.org>
Fri, 1 Aug 2025 16:07:25 +0000 (18:07 +0200)
committerVolker Lendecke <vl@samba.org>
Tue, 2 Sep 2025 08:08:29 +0000 (08:08 +0000)
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Anoop C S <anoopcs@samba.org>
source3/modules/nfs4acl_xattr_nfs.c

index df3c0f5269796c2c2b251b181873341cffabfdd0..bb2ceeee8640c389d27f1706aeb89f45215f12c0 100644 (file)
@@ -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;