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:
Michael Adam 2018-03-23 02:03:54 +01:00
parent badb6435d6
commit ae0cbfe3f2

View File

@ -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,