mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-29 10:07:32 -05:00
allow shutdown while syncrepl_del_nonpresent()
This commit is contained in:
parent
eff90dc512
commit
19330dc1cc
1 changed files with 4 additions and 0 deletions
|
|
@ -2384,6 +2384,10 @@ syncrepl_del_nonpresent(
|
|||
ber_bvfree( np_prev->npe_name );
|
||||
ber_bvfree( np_prev->npe_nname );
|
||||
ch_free( np_prev );
|
||||
|
||||
if ( slapd_shutdown ) {
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
slap_graduate_commit_csn( op );
|
||||
|
|
|
|||
Loading…
Reference in a new issue