allow shutdown while syncrepl_del_nonpresent()

This commit is contained in:
Pierangelo Masarati 2007-08-29 18:13:12 +00:00
parent eff90dc512
commit 19330dc1cc

View File

@ -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 );