mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +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;
|
||||
value_add_one( &cookie->ctxcsn, &ctxcsn );
|
||||
cookie->numcsns = 1;
|
||||
cookie->sid = slap_serverID;
|
||||
cookie->sid = -1;
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user