svn commit: samba r9046 - in branches/SAMBA_4_0/source/torture/raw: .

tridge at samba.org tridge at samba.org
Thu Aug 4 04:23:09 GMT 2005


Author: tridge
Date: 2005-08-04 04:23:08 +0000 (Thu, 04 Aug 2005)
New Revision: 9046

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=9046

Log:
fixed display of privileges in RAW-ACLS test










Modified:
   branches/SAMBA_4_0/source/torture/raw/acls.c


Changeset:
Modified: branches/SAMBA_4_0/source/torture/raw/acls.c
===================================================================
--- branches/SAMBA_4_0/source/torture/raw/acls.c	2005-08-04 04:21:52 UTC (rev 9045)
+++ branches/SAMBA_4_0/source/torture/raw/acls.c	2005-08-04 04:23:08 UTC (rev 9046)
@@ -543,7 +543,7 @@
 	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<ARRAY_SIZE(file_mappings);i++) {
 		uint32_t expected_mask = 
@@ -823,7 +823,7 @@
 	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");
 
 	sd = security_descriptor_create(mem_ctx,
 					NULL, NULL,



More information about the samba-cvs mailing list