mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-26 17:49:59 -05:00
fix one-time leak
This commit is contained in:
parent
a801eaba57
commit
52a1a86fb5
1 changed files with 1 additions and 1 deletions
|
|
@ -1360,7 +1360,7 @@ meta_back_cf_gen( ConfigArgs *c )
|
|||
if ( p1 ) {
|
||||
strcpy( p2, p1 );
|
||||
}
|
||||
value_add_one( &c->rvalue_vals, &bv );
|
||||
ber_bvarray_add( &c->rvalue_vals, &bv );
|
||||
} break;
|
||||
|
||||
case LDAP_BACK_CFG_ACL_AUTHCDN:
|
||||
|
|
|
|||
Loading…
Reference in a new issue