]> git.sur5r.net Git - openldap/commitdiff
silence warning
authorPierangelo Masarati <ando@openldap.org>
Thu, 12 Jan 2006 18:29:33 +0000 (18:29 +0000)
committerPierangelo Masarati <ando@openldap.org>
Thu, 12 Jan 2006 18:29:33 +0000 (18:29 +0000)
libraries/libldap/test.c

index 97a7732fb96dcf72ac6675c5c1215cc6f9b05d98..1affb1c71444e6e94ed9c61818a31d5147ee6e9c 100644 (file)
@@ -169,7 +169,7 @@ get_modlist(
 {
        static char     buf[256];
        int             num;
-       LDAPMod         tmp;
+       LDAPMod         tmp = { 0 };
        LDAPMod         **result;
        struct berval   **bvals;