From 9fe23b8672fdc4da64a99acf55b47193375b9562 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Wed, 6 May 2020 10:35:36 -0400 Subject: Replace some "fall through" comments not at the end of a case. --- src/feature/relay/dns.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/feature/relay/dns.c') diff --git a/src/feature/relay/dns.c b/src/feature/relay/dns.c index cc9f4cf490..38395862c3 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: -- cgit v1.2.3-54-g00ecf