diff options
author | Nick Mathewson <nickm@torproject.org> | 2020-05-06 15:18:36 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2020-05-06 15:18:36 -0400 |
commit | 3e42464f5a6f8fac7651bad05f180cc1ed2ca51d (patch) | |
tree | f41f5df20de58f17abbd8b59d55ba992966b7549 /src/feature/relay/dns.c | |
parent | a02e866642c28b4c0cbe415f8573c4ede4d9caf7 (diff) | |
parent | 3d3641152b5d8a4bf8587dec640bda3d440b7c36 (diff) | |
download | tor-3e42464f5a6f8fac7651bad05f180cc1ed2ca51d.tar.gz tor-3e42464f5a6f8fac7651bad05f180cc1ed2ca51d.zip |
Merge branch 'bug34078_prelim_035' into bug34078_prelim_041
Diffstat (limited to 'src/feature/relay/dns.c')
-rw-r--r-- | src/feature/relay/dns.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/feature/relay/dns.c b/src/feature/relay/dns.c index 05b97e0ae2..d9662962d2 100644 --- a/src/feature/relay/dns.c +++ b/src/feature/relay/dns.c @@ -546,7 +546,7 @@ send_resolved_cell,(edge_connection_t *conn, uint8_t answer_type, break; } else { answer_type = RESOLVED_TYPE_ERROR; - /* fall through. */ + /* We let this fall through and treat it as an error. */ } /* Falls through. */ case RESOLVED_TYPE_ERROR_TRANSIENT: |