mirror of
https://github.com/NLnetLabs/unbound.git
synced 2026-02-13 07:43:51 -05:00
Fix test code function declaration.
This commit is contained in:
parent
31cedb47cb
commit
1f1b93cce6
1 changed files with 2 additions and 1 deletions
|
|
@ -1627,7 +1627,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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue