From 056b7e55da36d26c39840df10140382c095890b7 Mon Sep 17 00:00:00 2001 From: Pierangelo Masarati Date: Thu, 12 Jan 2006 18:29:33 +0000 Subject: [PATCH] silence warning --- libraries/libldap/test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/libldap/test.c b/libraries/libldap/test.c index 97a7732fb9..1affb1c714 100644 --- a/libraries/libldap/test.c +++ b/libraries/libldap/test.c @@ -169,7 +169,7 @@ get_modlist( { static char buf[256]; int num; - LDAPMod tmp; + LDAPMod tmp = { 0 }; LDAPMod **result; struct berval **bvals; -- 2.39.5