Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
James Lowden
OpenLDAP
Commits
8430dd93
Commit
8430dd93
authored
Apr 29, 2021
by
Ondřej Kuzník
Committed by
Quanah Gibson-Mount
May 10, 2021
Browse files
ITS
#8721
Do not update ri_last unless we're actually retrying
parent
d1f6135b
Changes
3
Hide whitespace changes
Inline
Side-by-side
servers/slapd/back-asyncmeta/conn.c
View file @
8430dd93
...
...
@@ -978,7 +978,7 @@ asyncmeta_quarantine(
break
;
default:
break
;
goto
done
;
}
mt
->
mt_isquarantined
=
LDAP_BACK_FQ_YES
;
...
...
servers/slapd/back-ldap/bind.c
View file @
8430dd93
...
...
@@ -1228,7 +1228,7 @@ ldap_back_quarantine(
break
;
default:
break
;
goto
done
;
}
li
->
li_isquarantined
=
LDAP_BACK_FQ_YES
;
...
...
servers/slapd/back-meta/conn.c
View file @
8430dd93
...
...
@@ -1867,7 +1867,7 @@ meta_back_quarantine(
break
;
default:
break
;
goto
done
;
}
mt
->
mt_isquarantined
=
LDAP_BACK_FQ_YES
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment