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;