From: Pierangelo Masarati Date: Thu, 27 Jan 2005 08:55:13 +0000 (+0000) Subject: cleanup X-Git-Tag: OPENLDAP_REL_ENG_2_3_BP~234 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=4d5068630cb765352ef8874bc3c6964b958224b4;p=openldap cleanup --- diff --git a/servers/slapd/backend.c b/servers/slapd/backend.c index d146c6805f..2a7c3388bf 100644 --- a/servers/slapd/backend.c +++ b/servers/slapd/backend.c @@ -866,9 +866,9 @@ backend_check_controls( */ (*ctrls)->ldctl_iscritical && #else - !slap_global_control( op, (*ctrls)->ldctl_oid ) + !slap_global_control( op, (*ctrls)->ldctl_oid ) && #endif - && !ldap_charray_inlist( op->o_bd->be_controls, + !ldap_charray_inlist( op->o_bd->be_controls, (*ctrls)->ldctl_oid ) ) { /* Per RFC 2251 (and LDAPBIS discussions), if the control