ITS#5907 use overlay BackendInfo to read old entry.

This commit is contained in:
Rein Tollevik 2009-01-27 19:18:13 +00:00
parent fec2062629
commit e8ef7e631d

View File

@ -1770,7 +1770,7 @@ accesslog_op_mod( Operation *op, SlapReply *rs )
int rc; int rc;
Entry *e; 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 ); rc = be_entry_get_rw( op, &op->o_req_ndn, NULL, NULL, 0, &e );
if ( e ) { if ( e ) {
if ( test_filter( op, e, li->li_oldf ) == LDAP_COMPARE_TRUE ) if ( test_filter( op, e, li->li_oldf ) == LDAP_COMPARE_TRUE )