]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
vfs: Fix a typo
authorVolker Lendecke <vl@samba.org>
Tue, 22 Feb 2022 14:49:37 +0000 (15:49 +0100)
committerJeremy Allison <jra@samba.org>
Tue, 1 Mar 2022 20:09:29 +0000 (20:09 +0000)
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source3/modules/nfs4acl_xattr_nfs.c

index 63726c3b29d444fe0d93f4e97f5762e084f2d244..59e02bf157749d891f9223686a669e8b103d3f3d 100644 (file)
@@ -351,7 +351,7 @@ static bool create_special_id(TALLOC_CTX *mem_ctx,
        char *s = talloc_strdup(mem_ctx, id);
 
        if (s == NULL) {
-               DBG_ERR("talloc_memdup failed\n");
+               DBG_ERR("talloc_strdup failed\n");
                return false;
        }
        nace->who.utf8string_val = s;