aboutsummaryrefslogtreecommitdiff
path: root/src/or/hs_circuit.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2018-01-17 10:50:58 -0500
committerNick Mathewson <nickm@torproject.org>2018-01-17 10:50:58 -0500
commit86aa7f0a3f26a02e240e64f844b8072dbe424379 (patch)
tree1fe1c03e9cb1ee5fab29b42b640c4455adfd3eb4 /src/or/hs_circuit.c
parent60dfdd9b154ed694a1eee202393b5eb6f664c03d (diff)
parentf02c6bcad08754e0946c1ae5199cfebc9e30fe7b (diff)
downloadtor-86aa7f0a3f26a02e240e64f844b8072dbe424379.tar.gz
tor-86aa7f0a3f26a02e240e64f844b8072dbe424379.zip
Merge branch 'maint-0.3.2'
Diffstat (limited to 'src/or/hs_circuit.c')
-rw-r--r--src/or/hs_circuit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/hs_circuit.c b/src/or/hs_circuit.c
index 95073522ed..c896eeb0cc 100644
--- a/src/or/hs_circuit.c
+++ b/src/or/hs_circuit.c
@@ -546,7 +546,7 @@ retry_service_rendezvous_point(const origin_circuit_t *circ)
/* Transfer build state information to the new circuit state in part to
* catch any other failures. */
- new_circ->build_state->failure_count = bstate->failure_count++;
+ new_circ->build_state->failure_count = bstate->failure_count+1;
new_circ->build_state->expiry_time = bstate->expiry_time;
new_circ->hs_ident = hs_ident_circuit_dup(circ->hs_ident);