mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-24 13:24:56 +08:00
Fix prev commit, reset DB pointer
This commit is contained in:
parent
7cfa3ae34a
commit
b711426a99
@ -1531,7 +1531,6 @@ accesslog_db_root(
|
||||
|
||||
/* Get contextCSN from main DB */
|
||||
op->o_bd = on->on_info->oi_origdb;
|
||||
/* op->o_bd->bd_info = on->on_info->oi_orig; */
|
||||
rc = be_entry_get_rw( op, op->o_bd->be_nsuffix, NULL,
|
||||
slap_schema.si_ad_contextCSN, 0, &e_ctx );
|
||||
|
||||
@ -1545,7 +1544,6 @@ accesslog_db_root(
|
||||
}
|
||||
be_entry_release_rw( op, e_ctx, 0 );
|
||||
}
|
||||
op->o_bd->bd_info = (BackendInfo *)on;
|
||||
op->o_bd = li->li_db;
|
||||
|
||||
op->ora_e = e;
|
||||
|
Loading…
Reference in New Issue
Block a user