From a8b01d1f3b4025af7e7a9d8b61deec6156737322 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Tue, 18 May 2010 03:25:38 +0200 Subject: s3-secdesc: remove "typedef struct security_ace SEC_ACE". Guenther --- source3/services/services_db.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/services') diff --git a/source3/services/services_db.c b/source3/services/services_db.c index 749770102b..e501848ddd 100644 --- a/source3/services/services_db.c +++ b/source3/services/services_db.c @@ -90,7 +90,7 @@ struct service_display_info common_unix_svcs[] = { static SEC_DESC* construct_service_sd( TALLOC_CTX *ctx ) { - SEC_ACE ace[4]; + struct security_ace ace[4]; size_t i = 0; SEC_DESC *sd = NULL; SEC_ACL *theacl = NULL; -- cgit