From 5c2c8dfc5a90eddcaab2d78379d898a00e865ec2 Mon Sep 17 00:00:00 2001 From: Wilco Baan Hofman Date: Mon, 24 May 2010 19:56:07 +0200 Subject: [PATCH] Set inherit flag type to bool. Signed-off-by: Jelmer Vernooij --- source4/lib/policy/gp_ldap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source4/lib/policy/gp_ldap.c b/source4/lib/policy/gp_ldap.c index d03ea0430ba..3e0d37dbcce 100644 --- a/source4/lib/policy/gp_ldap.c +++ b/source4/lib/policy/gp_ldap.c @@ -398,7 +398,7 @@ NTSTATUS gp_list_gpos(struct gp_context *gp_ctx, struct security_token *token, c const char *sid; struct ldb_dn *dn; struct ldb_message_element *element; - int inherit; + bool inherit; const char *attrs[] = { "objectClass", NULL }; int rv; NTSTATUS status; -- 2.11.4.GIT