mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-30 13:30:57 +08:00
cleanup
This commit is contained in:
parent
40365af3f9
commit
b6789f27b4
@ -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 )) {
|
||||
|
Loading…
Reference in New Issue
Block a user