mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-06 10:46:21 +08:00
Default to no sid in initial cookie
This commit is contained in:
parent
448f584fe5
commit
578a2b0db4
@ -281,7 +281,7 @@ slap_init_sync_cookie_ctxcsn(
|
|||||||
cookie->ctxcsn = NULL;
|
cookie->ctxcsn = NULL;
|
||||||
value_add_one( &cookie->ctxcsn, &ctxcsn );
|
value_add_one( &cookie->ctxcsn, &ctxcsn );
|
||||||
cookie->numcsns = 1;
|
cookie->numcsns = 1;
|
||||||
cookie->sid = slap_serverID;
|
cookie->sid = -1;
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user