Skip to content
Snippets Groups Projects
Commit 680dbf49 authored by Quanah Gibson-Mount's avatar Quanah Gibson-Mount
Browse files

More for ITS#6572, fix copy/paste error

parent f98a115b
No related branches found
No related tags found
No related merge requests found
...@@ -263,8 +263,8 @@ refint_cf_gen(ConfigArgs *c) ...@@ -263,8 +263,8 @@ refint_cf_gen(ConfigArgs *c)
break; break;
case REFINT_MODIFIERSNAME: case REFINT_MODIFIERSNAME:
if ( !BER_BVISNULL( &c->value_ndn )) { if ( !BER_BVISNULL( &c->value_ndn )) {
ch_free( &dd->refint_dn.bv_val ); ch_free( dd->refint_dn.bv_val );
ch_free( &dd->refint_ndn.bv_val ); ch_free( dd->refint_ndn.bv_val );
dd->refint_dn = c->value_dn; dd->refint_dn = c->value_dn;
dd->refint_ndn = c->value_ndn; dd->refint_ndn = c->value_ndn;
rc = 0; rc = 0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment