diff options
author | 2019-06-28 15:15:38 +0000 | |
---|---|---|
committer | 2019-06-28 15:15:38 +0000 | |
commit | 1d044cee2c416962b42460b49ad1c779892a32bb (patch) | |
tree | 7fbfb1c74f6e32876364013efba979e1a1856deb /usr.sbin/unbound/testcode | |
parent | Specify that {v,}asprintf(3) returns precisely -1 on failure, (diff) | |
download | wireguard-openbsd-1d044cee2c416962b42460b49ad1c779892a32bb.tar.xz wireguard-openbsd-1d044cee2c416962b42460b49ad1c779892a32bb.zip |
update to unbound-1.9.2, florian@ agrees
Diffstat (limited to 'usr.sbin/unbound/testcode')
-rw-r--r-- | usr.sbin/unbound/testcode/fake_event.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/unbound/testcode/fake_event.c b/usr.sbin/unbound/testcode/fake_event.c index 4fb9bc8ed68..713e247592b 100644 --- a/usr.sbin/unbound/testcode/fake_event.c +++ b/usr.sbin/unbound/testcode/fake_event.c @@ -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; |