mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-29 02:59:34 -05:00
ITS#9930 Do not reschedule consumers that are shutting down
This commit is contained in:
parent
12bf5a95ba
commit
fa030ef8dc
1 changed files with 1 additions and 1 deletions
|
|
@ -6167,7 +6167,7 @@ syncinfo_free( syncinfo_t *sie, int free_all )
|
|||
}
|
||||
if ( sie->si_cookieState ) {
|
||||
/* Could be called from do_syncrepl (server unpaused) */
|
||||
refresh_finished( sie );
|
||||
if ( !free_all ) refresh_finished( sie );
|
||||
|
||||
sie->si_cookieState->cs_ref--;
|
||||
if ( !sie->si_cookieState->cs_ref ) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue