From d4474ba470a70ce0476156a9399193ec024bb455 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Tue, 18 May 2010 12:52:18 +0200 Subject: s3-secdesc: use SD_REVISION from security.idl. Guenther --- source3/utils/sharesec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/utils') diff --git a/source3/utils/sharesec.c b/source3/utils/sharesec.c index 1264e4b51f..07f0e456e3 100644 --- a/source3/utils/sharesec.c +++ b/source3/utils/sharesec.c @@ -329,7 +329,7 @@ static struct security_descriptor* parse_acl_string(TALLOC_CTX *mem_ctx, const c if ( !(theacl = make_sec_acl( mem_ctx, NT4_ACL_REVISION, num_ace, ace )) ) return NULL; - sd = make_sec_desc( mem_ctx, SEC_DESC_REVISION, SEC_DESC_SELF_RELATIVE, + sd = make_sec_desc( mem_ctx, SD_REVISION, SEC_DESC_SELF_RELATIVE, NULL, NULL, NULL, theacl, sd_size); return sd; -- cgit