mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 08:39:37 -05:00
ITS#8721 Do not update ri_last unless we're actually retrying
This commit is contained in:
parent
180092fe30
commit
de0caafe96
3 changed files with 3 additions and 3 deletions
|
|
@ -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 a new issue