]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
Fix test code function declaration.
authorW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Wed, 9 Dec 2020 10:27:14 +0000 (11:27 +0100)
committerW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Wed, 9 Dec 2020 10:27:14 +0000 (11:27 +0100)
testcode/fake_event.c

index 591557c35f12828185bf157ba18ce7703c5fa94d..867ee51e3ae9d3d54d074c84f28d48675180dde5 100644 (file)
@@ -1627,7 +1627,8 @@ int create_udp_sock(int ATTR_UNUSED(family), int ATTR_UNUSED(socktype),
 struct comm_point* comm_point_create_udp(struct comm_base *ATTR_UNUSED(base),
        int ATTR_UNUSED(fd), sldns_buffer* ATTR_UNUSED(buffer),
        comm_point_callback_type* ATTR_UNUSED(callback),
-       void* ATTR_UNUSED(callback_arg))
+       void* ATTR_UNUSED(callback_arg),
+       struct unbound_socket* ATTR_UNUSED(socket))
 {
        log_assert(0);
        return NULL;