mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-06 10:46:21 +08:00
silence warning
This commit is contained in:
parent
3638b6c722
commit
6cd013b254
@ -1868,8 +1868,8 @@ syncrepl_updateCookie(
|
|||||||
struct sync_cookie *syncCookie )
|
struct sync_cookie *syncCookie )
|
||||||
{
|
{
|
||||||
Backend *be = op->o_bd;
|
Backend *be = op->o_bd;
|
||||||
Modifications mod = {0};
|
Modifications mod = { { 0 } };
|
||||||
struct berval vals[2];
|
struct berval vals[ 2 ];
|
||||||
|
|
||||||
int rc;
|
int rc;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user