mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-10 06:13:19 -05:00
fix previous commit
This commit is contained in:
parent
8c0ad9021a
commit
92b1ad358d
1 changed files with 1 additions and 1 deletions
|
|
@ -339,7 +339,7 @@ replog1(
|
|||
*/
|
||||
if ( ( !is_in && !ri->ri_exclude )
|
||||
|| ( ( is_in && ri->ri_exclude )
|
||||
&& ( !ocs || a->a_desc != slap_schema.si_ad_objectClass ) ) )
|
||||
&& ( !ocs || ml->sml_desc != slap_schema.si_ad_objectClass ) ) )
|
||||
{
|
||||
continue;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue