- Fix operation in ipv6 only (do-ip4: no) mode.

git-svn-id: file:///svn/unbound/trunk@2487 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
Wouter Wijngaards
2011-09-07 14:34:10 +00:00
parent 70c8f304c2
commit 46eeced066
6 changed files with 32 additions and 2 deletions
+3
View File
@@ -93,6 +93,9 @@ struct iter_env {
/** A flag to indicate whether or not we have an IPv6 route */
int supports_ipv6;
/** A flag to indicate whether or not we have an IPv4 route */
int supports_ipv4;
/** A set of inetaddrs that should never be queried. */
struct iter_donotq* donotq;