mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-06 10:46:21 +08:00
More for ITS#6807, make sure to check_syncprov() after initial startup
This commit is contained in:
parent
42cb7f06f1
commit
20e7176183
@ -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 New Issue
Block a user