s3-secdesc: remove "typedef struct security_acl SEC_ACL".
[kai/samba.git] / source3 / utils / profiles.c
index 499f7bd7589c90fce7def66392e79671b7e1df2c..ff82fbd10a2f94d5e4efcd214b71e29533d5d6e2 100644 (file)
@@ -58,7 +58,7 @@ static void verbose_output(const char *format, ...)
 
 static bool swap_sid_in_acl( SEC_DESC *sd, DOM_SID *s1, DOM_SID *s2 )
 {
-       SEC_ACL *theacl;
+       struct security_acl *theacl;
        int i;
        bool update = False;