Skip to content
Snippets Groups Projects
Commit 2b393962 authored by Pierangelo Masarati's avatar Pierangelo Masarati
Browse files

fix continuation of ITS#2999

parent efd23f5c
No related branches found
No related tags found
No related merge requests found
......@@ -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 );
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment