mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-30 13:30:57 +08:00
ITS#8721 Do not update ri_last unless we're actually retrying
This commit is contained in:
parent
180092fe30
commit
de0caafe96
@ -978,7 +978,7 @@ asyncmeta_quarantine(
|
|||||||
break;
|
break;
|
||||||
|
|
||||||
default:
|
default:
|
||||||
break;
|
goto done;
|
||||||
}
|
}
|
||||||
|
|
||||||
mt->mt_isquarantined = LDAP_BACK_FQ_YES;
|
mt->mt_isquarantined = LDAP_BACK_FQ_YES;
|
||||||
|
@ -1228,7 +1228,7 @@ ldap_back_quarantine(
|
|||||||
break;
|
break;
|
||||||
|
|
||||||
default:
|
default:
|
||||||
break;
|
goto done;
|
||||||
}
|
}
|
||||||
|
|
||||||
li->li_isquarantined = LDAP_BACK_FQ_YES;
|
li->li_isquarantined = LDAP_BACK_FQ_YES;
|
||||||
|
@ -1867,7 +1867,7 @@ meta_back_quarantine(
|
|||||||
break;
|
break;
|
||||||
|
|
||||||
default:
|
default:
|
||||||
break;
|
goto done;
|
||||||
}
|
}
|
||||||
|
|
||||||
mt->mt_isquarantined = LDAP_BACK_FQ_YES;
|
mt->mt_isquarantined = LDAP_BACK_FQ_YES;
|
||||||
|
Loading…
Reference in New Issue
Block a user