From d07f01b203231b04a7c65d5970fadadc8f5f7be1 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Thu, 4 Aug 2005 04:23:08 +0000 Subject: r9046: fixed display of privileges in RAW-ACLS test (This used to be commit 0ab907af6a4c3d1adbafccdb1bd4150c491bcba4) --- source4/torture/raw/acls.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source4/torture/raw/acls.c b/source4/torture/raw/acls.c index 0302789c8d..2a43503968 100644 --- a/source4/torture/raw/acls.c +++ b/source4/torture/raw/acls.c @@ -543,7 +543,7 @@ static BOOL test_generic_bits(struct smbcli_state *cli, TALLOC_CTX *mem_ctx) if (!NT_STATUS_IS_OK(status)) { printf("smblsa_sid_check_privilege - %s\n", nt_errstr(status)); } - printf("SEC_PRIV_TAKE_OWNERSHIP - %s\n", has_restore_privilege?"Yes":"No"); + printf("SEC_PRIV_TAKE_OWNERSHIP - %s\n", has_take_ownership_privilege?"Yes":"No"); for (i=0;i