mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
silence warning
This commit is contained in:
parent
3638b6c722
commit
6cd013b254
@ -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 New Issue
Block a user