mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-07 23:51:21 -05:00
One more uninit
This commit is contained in:
parent
c5529b489b
commit
1f8cf93db8
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue