ITS#3989 fix ID used for syncprov_findbase

This commit is contained in:
Howard Chu 2005-09-02 10:08:44 +00:00
parent 7fc2627431
commit fc8b2dda7c

View File

@ -427,7 +427,9 @@ syncprov_findbase( Operation *op, fbase_cookie *fc )
fop.ors_filter = fc->fss->s_op->ors_filter; fop.ors_filter = fc->fss->s_op->ors_filter;
fop.ors_filterstr = fc->fss->s_op->ors_filterstr; fop.ors_filterstr = fc->fss->s_op->ors_filterstr;
fop.o_req_dn = fc->fss->s_op->o_req_dn;
fop.o_req_ndn = fc->fss->s_op->o_req_ndn; fop.o_req_ndn = fc->fss->s_op->o_req_ndn;
fop.o_authz = fc->fss->s_op->o_authz;
fop.o_bd->bd_info = on->on_info->oi_orig; fop.o_bd->bd_info = on->on_info->oi_orig;
rc = fop.o_bd->be_search( &fop, &frs ); rc = fop.o_bd->be_search( &fop, &frs );