mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-03 21:50:49 -05:00
initialize ndn (ITS#5923)
This commit is contained in:
parent
7cd382d931
commit
0374a8341a
1 changed files with 1 additions and 1 deletions
|
|
@ -1187,7 +1187,7 @@ rwm_dnattr_result_rewrite(
|
|||
last--;
|
||||
|
||||
for ( i = 0; !BER_BVISNULL( &a_vals[i] ); i++ ) {
|
||||
struct berval pdn, ndn;
|
||||
struct berval pdn, ndn = BER_BVNULL;
|
||||
int rc;
|
||||
|
||||
pdn = a_vals[i];
|
||||
|
|
|
|||
Loading…
Reference in a new issue