mirror of
https://github.com/NLnetLabs/unbound.git
synced 2026-01-28 09:29:20 -05:00
Log dnstap connection close due to unknown content type.
This commit is contained in:
parent
e7cc57ceae
commit
b280527e3e
1 changed files with 3 additions and 0 deletions
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue