Skip to content

Commit b6789f2

Browse files
author
Jong Hyuk Choi
committed
cleanup
1 parent 40365af commit b6789f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

servers/slapd/config.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -3002,7 +3002,7 @@ parse_syncrepl_line(
30023002
struct berval bv;
30033003
val = cargv[ i ] + sizeof( SEARCHBASESTR );
30043004
if ( si->si_base.bv_val ) {
3005-
ch_free( si->si_base->bv_val );
3005+
ch_free( si->si_base.bv_val );
30063006
}
30073007
ber_str2bv( val, 0, 0, &bv );
30083008
if ( dnNormalize( 0, NULL, NULL, &bv, &si->si_base, NULL )) {

0 commit comments

Comments
 (0)