mirror of
https://github.com/NLnetLabs/unbound.git
synced 2025-12-20 23:00:56 -05:00
Fix test code for call change for XoT.
This commit is contained in:
parent
6ce60bcb61
commit
d9a9f73e82
1 changed files with 2 additions and 1 deletions
|
|
@ -1629,7 +1629,8 @@ struct comm_point* outnet_comm_point_for_udp(struct outside_network* outnet,
|
|||
struct comm_point* outnet_comm_point_for_tcp(struct outside_network* outnet,
|
||||
comm_point_callback_type* cb, void* cb_arg,
|
||||
struct sockaddr_storage* to_addr, socklen_t to_addrlen,
|
||||
struct sldns_buffer* query, int timeout)
|
||||
struct sldns_buffer* query, int timeout, int ATTR_UNUSED(ssl),
|
||||
char* ATTR_UNUSED(host))
|
||||
{
|
||||
struct replay_runtime* runtime = (struct replay_runtime*)
|
||||
outnet->base;
|
||||
|
|
|
|||
Loading…
Reference in a new issue