Fix test code for call change for XoT.

This commit is contained in:
W.C.A. Wijngaards 2019-04-29 10:52:25 +02:00
parent 6ce60bcb61
commit d9a9f73e82

View file

@ -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;