This commit is contained in:
Jong Hyuk Choi 2003-11-24 16:42:07 +00:00
parent 40365af3f9
commit b6789f27b4

View 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 )) {