mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-12 07:13:41 -05:00
cleanup
This commit is contained in:
parent
e826914a88
commit
4d5068630c
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue