Merge pull request #367 from NLnetLabs/dnstap-log-local-addr

DNSTAP log local address
This commit is contained in:
Wouter Wijngaards
2021-02-25 11:58:36 +01:00
committed by GitHub
11 changed files with 324 additions and 100 deletions
+2 -1
View File
@@ -1629,7 +1629,8 @@ int create_udp_sock(int ATTR_UNUSED(family), int ATTR_UNUSED(socktype),
struct comm_point* comm_point_create_udp(struct comm_base *ATTR_UNUSED(base),
int ATTR_UNUSED(fd), sldns_buffer* ATTR_UNUSED(buffer),
comm_point_callback_type* ATTR_UNUSED(callback),
void* ATTR_UNUSED(callback_arg))
void* ATTR_UNUSED(callback_arg),
struct unbound_socket* ATTR_UNUSED(socket))
{
log_assert(0);
return NULL;