summaryrefslogtreecommitdiff
path: root/source3/services
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2010-05-18 03:30:40 +0200
committerGünther Deschner <gd@samba.org>2010-05-18 12:30:12 +0200
commit8951c8301ac8436d49e1641b2cc7775dda44d914 (patch)
treec85428c92ec6d4878b5628c83a57049a335b184b /source3/services
parenta8b01d1f3b4025af7e7a9d8b61deec6156737322 (diff)
downloadsamba-8951c8301ac8436d49e1641b2cc7775dda44d914.tar.gz
s3-secdesc: remove "typedef struct security_acl SEC_ACL".
Guenther
Diffstat (limited to 'source3/services')
-rw-r--r--source3/services/services_db.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/services/services_db.c b/source3/services/services_db.c
index e501848ddd4..31a74d1a189 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 */