mirror of
https://github.com/NLnetLabs/unbound.git
synced 2026-09-10 20:07:43 +02:00
duplicate query callbacks work.
git-svn-id: file:///svn/unbound/trunk@408 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
@@ -668,6 +668,13 @@ outside_network_delete(struct outside_network* outnet)
|
||||
free(outnet);
|
||||
}
|
||||
|
||||
void
|
||||
outside_network_set_secondary_buffer(struct outside_network*
|
||||
ATTR_UNUSED(outnet), ldns_buffer* ATTR_UNUSED(buf))
|
||||
{
|
||||
/* nothing to do */
|
||||
}
|
||||
|
||||
struct pending*
|
||||
pending_udp_query(struct outside_network* outnet, ldns_buffer* packet,
|
||||
struct sockaddr_storage* addr, socklen_t addrlen, int timeout,
|
||||
|
||||
Reference in New Issue
Block a user