diff options
author | Nick Mathewson <nickm@torproject.org> | 2021-01-19 12:45:07 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2021-01-19 12:45:07 -0500 |
commit | a22bfe04bcb106b14e2416e39dc9f43dc82eeba0 (patch) | |
tree | 632a0aa411f829d9cd41363779c84158091ab755 /src/feature/rend | |
parent | 17eb6355320c414d83cbc3c1930ec54ae7cd1ea4 (diff) | |
parent | 2d5b21598ea04b3beb59cb678d8b438b27c45ee1 (diff) | |
download | tor-a22bfe04bcb106b14e2416e39dc9f43dc82eeba0.tar.gz tor-a22bfe04bcb106b14e2416e39dc9f43dc82eeba0.zip |
Merge branch 'maint-0.3.5' into maint-0.4.3
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 20b8bacb12..427491e3a8 100644 --- a/src/feature/rend/rendclient.c +++ b/src/feature/rend/rendclient.c @@ -831,9 +831,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, |