]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
Fix test code for call change for XoT.
authorW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Mon, 29 Apr 2019 08:52:25 +0000 (10:52 +0200)
committerW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Mon, 29 Apr 2019 08:52:25 +0000 (10:52 +0200)
testcode/fake_event.c

index 4fb9bc8ed683f01e2eedffdaa4210a490fcc5083..713e247592b7c587b52a03543386212618624fa6 100644 (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;