From: Volker Lendecke Date: Tue, 22 Feb 2022 14:49:37 +0000 (+0100) Subject: vfs: Fix a typo X-Git-Tag: tevent-0.12.0~617 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bdf68d64300a63450fb0873f7885221c748b7cbb;p=thirdparty%2Fsamba.git vfs: Fix a typo Signed-off-by: Volker Lendecke Reviewed-by: Jeremy Allison --- diff --git a/source3/modules/nfs4acl_xattr_nfs.c b/source3/modules/nfs4acl_xattr_nfs.c index 63726c3b29d..59e02bf1577 100644 --- a/source3/modules/nfs4acl_xattr_nfs.c +++ b/source3/modules/nfs4acl_xattr_nfs.c @@ -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;