mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-22 15:49:34 -05:00
cleanup
This commit is contained in:
parent
40365af3f9
commit
b6789f27b4
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue