From: Jeremy Allison Date: Thu, 13 Jun 2019 22:27:39 +0000 (-0700) Subject: s3: torture: Fix a debug typo. X-Git-Tag: ldb-2.0.5~253 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2da9e1cecc6b1a257e5d62304406750b917748f9;p=thirdparty%2Fsamba.git s3: torture: Fix a debug typo. Signed-off-by: Jeremy Allison Reviewed-by: Volker Lendecke --- diff --git a/source3/torture/torture.c b/source3/torture/torture.c index dbdc703d2cd..839acafdcd3 100644 --- a/source3/torture/torture.c +++ b/source3/torture/torture.c @@ -7614,7 +7614,7 @@ static bool run_acl_symlink_test(int dummy) posix_acl_len); if (!NT_STATUS_EQUAL(status, NT_STATUS_ACCESS_DENIED)) { - printf("cli_posix_getacl on a symlink gave %s. " + printf("cli_posix_setacl on a symlink gave %s. " "Should be NT_STATUS_ACCESS_DENIED.\n", nt_errstr(status)); goto out;