From a31147d675c6d557d2b139263134f8617108ba6c Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Fri, 13 Oct 2017 11:27:38 +0200 Subject: [PATCH] s4:lib: Add FALL_THROUGH statements in http.c Signed-off-by: Andreas Schneider Reviewed-by: Andrew Bartlett --- source4/lib/http/http.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source4/lib/http/http.c b/source4/lib/http/http.c index 659cba0ff140..10b49cd14fee 100644 --- a/source4/lib/http/http.c +++ b/source4/lib/http/http.c @@ -117,7 +117,7 @@ static enum http_read_status http_parse_headers(struct http_read_response_state state->parser_state = HTTP_READING_BODY; break; } - /* fall through */ + FALL_THROUGH; case 0: DEBUG(11, ("%s: Skipping body for code %d\n", __func__, state->response->response_code)); -- 2.34.1