1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-12 09:18:10 +03:00

s3: torture: Fix a debug typo.

Signed-off-by: Jeremy Allison <jra@samba.org>
Reviewed-by: Volker Lendecke <vl@samba.org>
This commit is contained in:
Jeremy Allison 2019-06-13 15:27:39 -07:00
parent 56c9ad12ee
commit 2da9e1cecc

View File

@ -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;