mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-29 02:59:34 -05:00
Fix prev commit
This commit is contained in:
parent
1704b9a081
commit
ecf59634e9
1 changed files with 1 additions and 1 deletions
|
|
@ -586,7 +586,7 @@ dynlist_compare( Operation *op, SlapReply *rs )
|
|||
}
|
||||
}
|
||||
|
||||
if ( be_entry_get_rw( &o, &o.o_req_ndn, NULL, NULL, 0, &e ) !=
|
||||
if ( overlay_entry_get_ov( &o, &o.o_req_ndn, NULL, NULL, 0, &e, on ) !=
|
||||
LDAP_SUCCESS || e == NULL ) {
|
||||
return SLAP_CB_CONTINUE;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue