mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-29 19:19:35 -05:00
Default to no sid in initial cookie
This commit is contained in:
parent
448f584fe5
commit
578a2b0db4
1 changed files with 1 additions and 1 deletions
|
|
@ -281,7 +281,7 @@ slap_init_sync_cookie_ctxcsn(
|
|||
cookie->ctxcsn = NULL;
|
||||
value_add_one( &cookie->ctxcsn, &ctxcsn );
|
||||
cookie->numcsns = 1;
|
||||
cookie->sid = slap_serverID;
|
||||
cookie->sid = -1;
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue