mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-28 18:49:34 -05:00
ITS#5907 use overlay BackendInfo to read old entry.
This commit is contained in:
parent
fec2062629
commit
e8ef7e631d
1 changed files with 1 additions and 1 deletions
|
|
@ -1770,7 +1770,7 @@ accesslog_op_mod( Operation *op, SlapReply *rs )
|
|||
int rc;
|
||||
Entry *e;
|
||||
|
||||
op->o_bd->bd_info = on->on_info->oi_orig;
|
||||
op->o_bd->bd_info = (BackendInfo *)on->on_info;
|
||||
rc = be_entry_get_rw( op, &op->o_req_ndn, NULL, NULL, 0, &e );
|
||||
if ( e ) {
|
||||
if ( test_filter( op, e, li->li_oldf ) == LDAP_COMPARE_TRUE )
|
||||
|
|
|
|||
Loading…
Reference in a new issue