aboutsummaryrefslogtreecommitdiff
path: root/src/core/or/circuituse.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2020-05-06 16:55:41 -0400
committerNick Mathewson <nickm@torproject.org>2020-05-06 16:55:41 -0400
commit4a2347d2902c2688e766e4a83a5db69847b7b578 (patch)
tree06b0cd924071039532e53cc5855d6c3bcdf3763e /src/core/or/circuituse.c
parent42246f8c9aee97d3efb0b437369554a3fa6f6890 (diff)
parentc116728209e4ece3249564208e9387f67192a7f6 (diff)
downloadtor-4a2347d2902c2688e766e4a83a5db69847b7b578.tar.gz
tor-4a2347d2902c2688e766e4a83a5db69847b7b578.zip
Merge branch 'maint-0.4.3'
Amazingly, this time we had no merge conflicts with "falls through" comments.
Diffstat (limited to 'src/core/or/circuituse.c')
-rw-r--r--src/core/or/circuituse.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/or/circuituse.c b/src/core/or/circuituse.c
index 419ad07f71..e2c4df25d0 100644
--- a/src/core/or/circuituse.c
+++ b/src/core/or/circuituse.c
@@ -781,7 +781,7 @@ circuit_expire_building(void)
if (!hs_circ_is_rend_sent_in_intro1(CONST_TO_ORIGIN_CIRCUIT(victim))) {
break;
}
- /* fallthrough! */
+ FALLTHROUGH;
case CIRCUIT_PURPOSE_C_INTRODUCE_ACK_WAIT:
case CIRCUIT_PURPOSE_C_REND_READY_INTRO_ACKED:
/* If we have reached this line, we want to spare the circ for now. */