More for ITS#6572, fix copy/paste error

This commit is contained in:
Howard Chu 2010-06-17 22:05:33 +00:00
parent 8a197d1a6c
commit 9a0e94b4dc

View file

@ -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;