From: Pierangelo Masarati Date: Fri, 5 Oct 2007 10:36:13 +0000 (+0000) Subject: remove workaround (continuation of ITS#5168) X-Git-Tag: OPENLDAP_REL_ENG_2_3_39~16 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e7d727955f18cf5758f2d597033390d2cd759373;p=thirdparty%2Fopenldap.git remove workaround (continuation of ITS#5168) --- diff --git a/servers/slapd/syncrepl.c b/servers/slapd/syncrepl.c index 448e78b3fc..671abef3d2 100644 --- a/servers/slapd/syncrepl.c +++ b/servers/slapd/syncrepl.c @@ -2109,11 +2109,8 @@ syncrepl_del_nonpresent( for (i=0; uuids[i].bv_val; i++) { op->ors_slimit = 1; - slap_uuidstr_from_normalized( &uf.f_av_value, &uuids[i], - op->o_tmpmemctx ); - filter2bv_x( op, op->ors_filter, &op->ors_filterstr ); - op->o_tmpfree( uf.f_av_value.bv_val, op->o_tmpmemctx ); uf.f_av_value = uuids[i]; + filter2bv_x( op, op->ors_filter, &op->ors_filterstr ); rc = be->be_search( op, &rs_search ); op->o_tmpfree( op->ors_filterstr.bv_val, op->o_tmpmemctx ); }