mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-24 13:24:56 +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;
|
||||
|
||||
default:
|
||||
break;
|
||||
goto done;
|
||||
}
|
||||
|
||||
mt->mt_isquarantined = LDAP_BACK_FQ_YES;
|
||||
|
@ -1228,7 +1228,7 @@ ldap_back_quarantine(
|
||||
break;
|
||||
|
||||
default:
|
||||
break;
|
||||
goto done;
|
||||
}
|
||||
|
||||
li->li_isquarantined = LDAP_BACK_FQ_YES;
|
||||
|
@ -1867,7 +1867,7 @@ meta_back_quarantine(
|
||||
break;
|
||||
|
||||
default:
|
||||
break;
|
||||
goto done;
|
||||
}
|
||||
|
||||
mt->mt_isquarantined = LDAP_BACK_FQ_YES;
|
||||
|
Loading…
Reference in New Issue
Block a user