mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
Fix refresh mode rescheduling
This commit is contained in:
parent
fab84134ba
commit
8acb1a0466
@ -701,6 +701,8 @@ do_syncrepl(
|
||||
ch_free( si->si_syncCookie.bv_val );
|
||||
si->si_syncCookie.bv_val = NULL;
|
||||
si->si_syncCookie.bv_len = 0;
|
||||
/* Session closed due to receipt of search result */
|
||||
if ( rc == -2 ) rc = 0;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user