mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-03 05:30:07 -05:00
More for ITS#6807, make sure to check_syncprov() after initial startup
This commit is contained in:
parent
42cb7f06f1
commit
20e7176183
1 changed files with 1 additions and 1 deletions
|
|
@ -620,7 +620,7 @@ do_syncrep1(
|
|||
/* We've just started up, or the remote server hasn't sent us
|
||||
* any meaningful state.
|
||||
*/
|
||||
if ( BER_BVISNULL( &si->si_syncCookie.octet_str ) ) {
|
||||
if ( !si->si_syncCookie.ctxcsn ) {
|
||||
int i;
|
||||
|
||||
LDAP_STAILQ_FOREACH( sc, &slap_sync_cookie, sc_next ) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue