mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-06 10:46:21 +08:00
fix previous commit
This commit is contained in:
parent
8c0ad9021a
commit
92b1ad358d
@ -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 New Issue
Block a user