mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-01 04:29:35 -05:00
fix continuation of ITS#2999
This commit is contained in:
parent
efd23f5c0c
commit
2b393962fc
1 changed files with 1 additions and 1 deletions
|
|
@ -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 );
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue