]> git.sur5r.net Git - openldap/commitdiff
cleanup
authorJong Hyuk Choi <jongchoi@openldap.org>
Mon, 24 Nov 2003 16:42:07 +0000 (16:42 +0000)
committerJong Hyuk Choi <jongchoi@openldap.org>
Mon, 24 Nov 2003 16:42:07 +0000 (16:42 +0000)
servers/slapd/config.c

index 1f7a47bbb19a2b125c41720bd84fdc74f15df214..931e85ec9169f1bbe814c1d4e03a926ff87d21ea 100644 (file)
@@ -3002,7 +3002,7 @@ parse_syncrepl_line(
                        struct berval bv;
                        val = cargv[ i ] + sizeof( SEARCHBASESTR );
                        if ( si->si_base.bv_val ) {
-                               ch_free( si->si_base->bv_val );
+                               ch_free( si->si_base.bv_val );
                        }
                        ber_str2bv( val, 0, 0, &bv );
                        if ( dnNormalize( 0, NULL, NULL, &bv, &si->si_base, NULL )) {