initialize ndn (ITS#5923)

This commit is contained in:
Pierangelo Masarati 2009-02-05 18:46:03 +00:00
parent 7cd382d931
commit 0374a8341a

View File

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