diff options
author | Nick Mathewson <nickm@torproject.org> | 2021-01-19 12:49:31 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2021-01-19 12:49:31 -0500 |
commit | 5f53e013cd33f1f707a1b06653290e03bc2db095 (patch) | |
tree | 2c68d1d76bcf8256b761023af7addbfb2bc4e837 /src/feature/rend | |
parent | 4961645254a7cb1bc0a64947995a3ec2d77bffb0 (diff) | |
parent | 6c1bc570cf49c8e493d3278fefaf0c77e289f82c (diff) | |
download | tor-5f53e013cd33f1f707a1b06653290e03bc2db095.tar.gz tor-5f53e013cd33f1f707a1b06653290e03bc2db095.zip |
Merge branch 'maint-0.4.5'
Diffstat (limited to 'src/feature/rend')
-rw-r--r-- | src/feature/rend/rendclient.c | 4 |
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, |