mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-30 11:39:34 -05:00
ITS#5434 again
This commit is contained in:
parent
f696cecb77
commit
50a26bec0a
1 changed files with 2 additions and 8 deletions
|
|
@ -696,10 +696,7 @@ again:
|
|||
break;
|
||||
}
|
||||
|
||||
if ( on->on_next )
|
||||
fop.o_bd->bd_info = (BackendInfo *)on->on_next;
|
||||
else
|
||||
fop.o_bd->bd_info = on->on_info->oi_orig;
|
||||
fop.o_bd->bd_info = (BackendInfo *)on->on_info;
|
||||
fop.o_bd->be_search( &fop, &frs );
|
||||
fop.o_bd->bd_info = (BackendInfo *)on;
|
||||
|
||||
|
|
@ -1531,10 +1528,7 @@ syncprov_playlog( Operation *op, SlapReply *rs, sessionlog *sl,
|
|||
fop.ors_filter = ⁡
|
||||
|
||||
cb.sc_response = playlog_cb;
|
||||
if ( on->on_next )
|
||||
fop.o_bd->bd_info = (BackendInfo *)on->on_next;
|
||||
else
|
||||
fop.o_bd->bd_info = on->on_info->oi_orig;
|
||||
fop.o_bd->bd_info = (BackendInfo *)on->on_info;
|
||||
|
||||
for ( i=ndel; i<num; i++ ) {
|
||||
if ( uuids[i].bv_len == 0 ) continue;
|
||||
|
|
|
|||
Loading…
Reference in a new issue