mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 00:29:35 -05:00
Fix refresh mode rescheduling
This commit is contained in:
parent
fab84134ba
commit
8acb1a0466
1 changed files with 2 additions and 0 deletions
|
|
@ -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 a new issue