]> git.sur5r.net Git - openldap/commitdiff
fix continuation of ITS#2999
authorPierangelo Masarati <ando@openldap.org>
Sat, 6 Mar 2004 09:33:24 +0000 (09:33 +0000)
committerPierangelo Masarati <ando@openldap.org>
Sat, 6 Mar 2004 09:33:24 +0000 (09:33 +0000)
servers/slapd/back-ldap/search.c

index 4dbb0488f8431ca421f986727849ae935eaf7d46..a3aa7a2cc3bf5f750ca764d1fff35018f2302314 100644 (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 );
        }