fix continuation of ITS#2999

This commit is contained in:
Pierangelo Masarati 2004-03-06 09:33:24 +00:00
parent efd23f5c0c
commit 2b393962fc

View file

@ -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 );
}