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/libads/disp_sec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/libads') diff --git a/source3/libads/disp_sec.c b/source3/libads/disp_sec.c index a7d15fa1e1..df1fc9206d 100644 --- a/source3/libads/disp_sec.c +++ b/source3/libads/disp_sec.c @@ -173,7 +173,7 @@ static void ads_disp_ace(ADS_STRUCT *ads, TALLOC_CTX *mem_ctx, struct security_a } /* display ACL */ -static void ads_disp_acl(SEC_ACL *sec_acl, const char *type) +static void ads_disp_acl(struct security_acl *sec_acl, const char *type) { if (!sec_acl) printf("------- (%s) ACL not present\n", type); -- cgit