more about quarantine separation

This commit is contained in:
Pierangelo Masarati 2007-01-28 00:31:47 +00:00
parent e07dc8c757
commit 917ae32030

View file

@ -1230,6 +1230,7 @@ ldap_back_cf_gen( ConfigArgs *c )
slap_retry_info_destroy( &li->li_quarantine );
ldap_pvt_thread_mutex_destroy( &li->li_quarantine_mutex );
li->li_isquarantined = 0;
li->li_flags &= ~LDAP_BACK_F_QUARANTINE;
break;
default:
@ -1861,6 +1862,7 @@ done_url:;
/* give it a chance to retry if the pattern gets reset
* via back-config */
li->li_isquarantined = 0;
li->li_flags |= LDAP_BACK_F_QUARANTINE;
}
break;