From 8951c8301ac8436d49e1641b2cc7775dda44d914 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Tue, 18 May 2010 03:30:40 +0200 Subject: s3-secdesc: remove "typedef struct security_acl SEC_ACL". Guenther --- source3/services/services_db.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/services/services_db.c') diff --git a/source3/services/services_db.c b/source3/services/services_db.c index e501848ddd..31a74d1a18 100644 --- a/source3/services/services_db.c +++ b/source3/services/services_db.c @@ -93,7 +93,7 @@ static SEC_DESC* construct_service_sd( TALLOC_CTX *ctx ) struct security_ace ace[4]; size_t i = 0; SEC_DESC *sd = NULL; - SEC_ACL *theacl = NULL; + struct security_acl *theacl = NULL; size_t sd_size; /* basic access for Everyone */ -- cgit