mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-29 01:57:33 -05:00
silence warning
This commit is contained in:
parent
3638b6c722
commit
6cd013b254
1 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue