mirror of
https://github.com/samba-team/samba.git
synced 2025-01-26 10:04:02 +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:
parent
56c9ad12ee
commit
2da9e1cecc
@ -7614,7 +7614,7 @@ static bool run_acl_symlink_test(int dummy)
|
|||||||
posix_acl_len);
|
posix_acl_len);
|
||||||
|
|
||||||
if (!NT_STATUS_EQUAL(status, NT_STATUS_ACCESS_DENIED)) {
|
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",
|
"Should be NT_STATUS_ACCESS_DENIED.\n",
|
||||||
nt_errstr(status));
|
nt_errstr(status));
|
||||||
goto out;
|
goto out;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user