summaryrefslogtreecommitdiffstats
path: root/ldap/servers/plugins/acl/acl_ext.c
diff options
context:
space:
mode:
Diffstat (limited to 'ldap/servers/plugins/acl/acl_ext.c')
-rw-r--r--ldap/servers/plugins/acl/acl_ext.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ldap/servers/plugins/acl/acl_ext.c b/ldap/servers/plugins/acl/acl_ext.c
index 5e1d360b..d9494ec3 100644
--- a/ldap/servers/plugins/acl/acl_ext.c
+++ b/ldap/servers/plugins/acl/acl_ext.c
@@ -791,7 +791,7 @@ acl__done_aclpb ( struct acl_pblock *aclpb )
*/
/* Nothing needs to be cleaned up in this case */
- if ( !aclpb->aclpb_state & ACLPB_INITIALIZED)
+ if (!(aclpb->aclpb_state & ACLPB_INITIALIZED))
return;
/* Check the state */