Skip to content
Snippets Groups Projects
Commit 748063b2 authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

Fix prev commit

parent ea98eaed
No related branches found
No related tags found
No related merge requests found
......@@ -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;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment