mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-06 10:46:21 +08:00
allow shutdown while syncrepl_del_nonpresent()
This commit is contained in:
parent
eff90dc512
commit
19330dc1cc
@ -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 New Issue
Block a user