mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 08:39:37 -05:00
More for ITS#6572, fix copy/paste error
This commit is contained in:
parent
8a197d1a6c
commit
9a0e94b4dc
1 changed files with 2 additions and 2 deletions
|
|
@ -263,8 +263,8 @@ refint_cf_gen(ConfigArgs *c)
|
|||
break;
|
||||
case REFINT_MODIFIERSNAME:
|
||||
if ( !BER_BVISNULL( &c->value_ndn )) {
|
||||
ch_free( &dd->refint_dn.bv_val );
|
||||
ch_free( &dd->refint_ndn.bv_val );
|
||||
ch_free( dd->refint_dn.bv_val );
|
||||
ch_free( dd->refint_ndn.bv_val );
|
||||
dd->refint_dn = c->value_dn;
|
||||
dd->refint_ndn = c->value_ndn;
|
||||
rc = 0;
|
||||
|
|
|
|||
Loading…
Reference in a new issue