]> git.sur5r.net Git - openldap/commitdiff
One more uninit
authorHoward Chu <hyc@openldap.org>
Sun, 30 Dec 2001 00:38:44 +0000 (00:38 +0000)
committerHoward Chu <hyc@openldap.org>
Sun, 30 Dec 2001 00:38:44 +0000 (00:38 +0000)
servers/slapd/value.c

index e35ac85ca146fd3b1648d7a117d1f72ee696d563..5e2572698e14e3abf77c088f47eedfa40b1866e7 100644 (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;