html-error: Make a switch fallthrough explicit
This silences a gcc v7 compile warning. Signed-off-by: Michael Adam <obnox@samba.org>
This commit is contained in:
parent
badb6435d6
commit
ae0cbfe3f2
@ -132,6 +132,7 @@ send_html_file (FILE *infile, struct conn_s *connptr)
|
|||||||
} else
|
} else
|
||||||
in_variable = 0;
|
in_variable = 0;
|
||||||
|
|
||||||
|
/* FALL THROUGH */
|
||||||
default:
|
default:
|
||||||
if (!in_variable) {
|
if (!in_variable) {
|
||||||
r = write_message (connptr->client_fd,
|
r = write_message (connptr->client_fd,
|
||||||
|
Loading…
Reference in New Issue
Block a user