summaryrefslogtreecommitdiff
path: root/src/feature/rend/rendclient.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2021-01-19 12:49:31 -0500
committerNick Mathewson <nickm@torproject.org>2021-01-19 12:49:31 -0500
commit6c1bc570cf49c8e493d3278fefaf0c77e289f82c (patch)
tree834e9e5b019f6daba7c2a963ff4184cedad9fe55 /src/feature/rend/rendclient.c
parentf79a31f6d50b6b44e0bef091f3e6df0d473141bd (diff)
parent4c82c2d1d4a9800f82bcc47c227a8e6a2a0d168d (diff)
downloadtor-6c1bc570cf49c8e493d3278fefaf0c77e289f82c.tar.gz
tor-6c1bc570cf49c8e493d3278fefaf0c77e289f82c.zip
Merge branch 'maint-0.4.4' into maint-0.4.5
Diffstat (limited to 'src/feature/rend/rendclient.c')
-rw-r--r--src/feature/rend/rendclient.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/feature/rend/rendclient.c b/src/feature/rend/rendclient.c
index 71eeb8a6ec..3dda7cd46d 100644
--- a/src/feature/rend/rendclient.c
+++ b/src/feature/rend/rendclient.c
@@ -838,9 +838,7 @@ rend_client_report_intro_point_failure(extend_info_t *failed_intro,
log_warn(LD_BUG, "Unknown failure type %u. Removing intro point.",
failure_type);
tor_fragile_assert();
-#ifndef ALL_BUGS_ARE_FATAL
- FALLTHROUGH;
-#endif
+ FALLTHROUGH_UNLESS_ALL_BUGS_ARE_FATAL;
case INTRO_POINT_FAILURE_GENERIC:
rend_cache_intro_failure_note(failure_type,
(uint8_t *)failed_intro->identity_digest,