Skip to content
Snippets Groups Projects
Commit 6cd013b2 authored by Pierangelo Masarati's avatar Pierangelo Masarati
Browse files

silence warning

parent 3638b6c7
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment