]> git.sur5r.net Git - openldap/commitdiff
silence warning
authorPierangelo Masarati <ando@openldap.org>
Thu, 11 Aug 2005 19:32:28 +0000 (19:32 +0000)
committerPierangelo Masarati <ando@openldap.org>
Thu, 11 Aug 2005 19:32:28 +0000 (19:32 +0000)
servers/slapd/syncrepl.c

index cba7f7e813ab42f67812d5ec083b5a3f90fa003c..4ca77f84635cf1356e5011381efd6c6515960dcd 100644 (file)
@@ -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;