From 6cd013b254e5577c470e003a92101c499779e432 Mon Sep 17 00:00:00 2001 From: Pierangelo Masarati Date: Thu, 11 Aug 2005 19:32:28 +0000 Subject: [PATCH] silence warning --- servers/slapd/syncrepl.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/servers/slapd/syncrepl.c b/servers/slapd/syncrepl.c index cba7f7e813..4ca77f8463 100644 --- a/servers/slapd/syncrepl.c +++ b/servers/slapd/syncrepl.c @@ -1868,8 +1868,8 @@ syncrepl_updateCookie( struct sync_cookie *syncCookie ) { Backend *be = op->o_bd; - Modifications mod = {0}; - struct berval vals[2]; + Modifications mod = { { 0 } }; + struct berval vals[ 2 ]; int rc; -- 2.39.5