mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-05 22:50:51 -05:00
more about quarantine separation
This commit is contained in:
parent
e07dc8c757
commit
917ae32030
1 changed files with 2 additions and 0 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue