if objectClass is not present (e.g. schema check is off, like for partial replicas, slapo-translucent and so), consider ocflags computed (and 0)

This commit is contained in:
Pierangelo Masarati 2008-09-06 18:06:41 +00:00
parent b904d08f56
commit 7be50e74ec

View file

@ -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;
}