mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
initialize ndn (ITS#5923)
This commit is contained in:
parent
7cd382d931
commit
0374a8341a
@ -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 New Issue
Block a user