Fix IPv6 detection on XP.

Fix loop to service on quit when there are messages waiting.

git-svn-id: file:///svn/unbound/trunk@1624 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
Wouter Wijngaards
2009-05-27 08:24:19 +00:00
parent daf63c7e89
commit b86b9f7fdc
7 changed files with 44 additions and 2 deletions
+5
View File
@@ -749,6 +749,11 @@ outside_network_delete(struct outside_network* outnet)
free(outnet);
}
void
outside_network_quit_prepare(struct outside_network* ATTR_UNUSED(outnet))
{
}
struct pending*
pending_udp_query(struct outside_network* outnet, ldns_buffer* packet,
struct sockaddr_storage* addr, socklen_t addrlen, int timeout,