mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-25 00:02:53 -05:00
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:
parent
b904d08f56
commit
7be50e74ec
1 changed files with 3 additions and 0 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue