diff options
author | Wilco Baan Hofman <wilco@baanhofman.nl> | 2010-05-24 19:56:07 +0200 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2010-06-20 17:19:12 +0200 |
commit | 5c2c8dfc5a90eddcaab2d78379d898a00e865ec2 (patch) | |
tree | 0ba9976db44842dedafb8a9ebbc63274eab40171 /source4/lib/policy | |
parent | d61f0240eefc3c96a36c16a9bf83167eb01dfe94 (diff) | |
download | samba-5c2c8dfc5a90eddcaab2d78379d898a00e865ec2.tar.gz samba-5c2c8dfc5a90eddcaab2d78379d898a00e865ec2.tar.bz2 samba-5c2c8dfc5a90eddcaab2d78379d898a00e865ec2.zip |
Set inherit flag type to bool.
Signed-off-by: Jelmer Vernooij <jelmer@samba.org>
Diffstat (limited to 'source4/lib/policy')
-rw-r--r-- | source4/lib/policy/gp_ldap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/policy/gp_ldap.c b/source4/lib/policy/gp_ldap.c index d03ea0430b..3e0d37dbcc 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; |