mirror of
https://github.com/samba-team/samba.git
synced 2025-01-11 05:18:09 +03:00
s4:lib: Add FALL_THROUGH statements in http.c
Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
parent
1563f392c8
commit
a31147d675
@ -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));
|
||||
|
Loading…
Reference in New Issue
Block a user