fix zeroing out attribute values (should fix ITS#5311)

This commit is contained in:
Pierangelo Masarati 2008-01-08 14:58:24 +00:00
parent c890c96d13
commit 5ebb7ee175

View File

@ -260,6 +260,7 @@ monitor_subsys_thread_update(
ber_bvarray_free( a->a_vals );
a->a_vals = NULL;
a->a_nvals = NULL;
a->a_numvals = 0;
}
i = 0;
@ -292,6 +293,7 @@ monitor_subsys_thread_update(
ber_bvarray_free( a->a_vals );
a->a_vals = NULL;
a->a_nvals = NULL;
a->a_numvals = 0;
}
i = 0;