One more uninit

This commit is contained in:
Howard Chu 2001-12-30 00:38:44 +00:00
parent c5529b489b
commit 1f8cf93db8

View file

@ -179,7 +179,7 @@ int value_find_ex(
{
int i;
int rc;
struct berval nval;
struct berval nval = { 0, NULL };
struct berval nval_tmp;
MatchingRule *mr = ad->ad_type->sat_equality;