From: Pierangelo Masarati Date: Sat, 6 Mar 2004 09:33:24 +0000 (+0000) Subject: fix continuation of ITS#2999 X-Git-Tag: OPENLDAP_REL_ENG_2_2_BP~362 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=2b393962fc5b7f2d39e51690cfa53a9c51022761;p=openldap fix continuation of ITS#2999 --- diff --git a/servers/slapd/back-ldap/search.c b/servers/slapd/back-ldap/search.c index 4dbb0488f8..a3aa7a2cc3 100644 --- a/servers/slapd/back-ldap/search.c +++ b/servers/slapd/back-ldap/search.c @@ -364,7 +364,7 @@ finish:; if ( mfilter.bv_val != op->oq_search.rs_filterstr.bv_val ) { ch_free( mfilter.bv_val ); } - if ( mbase.bv_val != op->o_req_dn.bv_val ) { + if ( mbase.bv_val != op->o_req_ndn.bv_val ) { free( mbase.bv_val ); }