mirror of
https://github.com/NLnetLabs/unbound.git
synced 2025-12-21 23:31:06 -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,
|
struct comm_point* outnet_comm_point_for_tcp(struct outside_network* outnet,
|
||||||
comm_point_callback_type* cb, void* cb_arg,
|
comm_point_callback_type* cb, void* cb_arg,
|
||||||
struct sockaddr_storage* to_addr, socklen_t to_addrlen,
|
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*)
|
struct replay_runtime* runtime = (struct replay_runtime*)
|
||||||
outnet->base;
|
outnet->base;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue