Skip to content
Snippets Groups Projects
Commit 3c64d81f authored by Quanah Gibson-Mount's avatar Quanah Gibson-Mount
Browse files

if objectClass is not present (e.g. schema check is off, like for partial...

if objectClass is not present (e.g. schema check is off, like for partial replicas, slapo-translucent and so), consider ocflags computed (and 0)
parent 5dc053c6
No related branches found
No related tags found
No related merge requests found
......@@ -92,6 +92,9 @@ int is_entry_objectclass(
e->e_dn == NULL ? "" : e->e_dn,
oc->soc_oclass.oc_oid, 0 );
/* mark flags as set */
e->e_ocflags |= SLAP_OC__END;
return 0;
}
......
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