Log dnstap connection close due to unknown content type.

This commit is contained in:
Ralph Dolmans 2020-07-15 17:31:18 +02:00
parent e7cc57ceae
commit b280527e3e

View file

@ -1120,6 +1120,9 @@ static int dtio_read_accept_frame(struct dt_io_thread* dtio)
return 1;
} else {
/* unknow content type */
verbose(VERB_ALGO, "dnstap: ACCEPT frames "
"contains unknown content type, "
"closing connection");
goto close_connection;
}
}