More for ITS#6807, make sure to check_syncprov() after initial startup

This commit is contained in:
Howard Chu 2011-01-28 22:01:18 +00:00
parent 42cb7f06f1
commit 20e7176183

View File

@ -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 ) {