]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
- Fix #841: Unbound won't build with aaaa-filter-iterator.patch.
authorW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Wed, 8 Feb 2023 10:36:52 +0000 (11:36 +0100)
committerW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Wed, 8 Feb 2023 10:36:52 +0000 (11:36 +0100)
contrib/aaaa-filter-iterator.patch
doc/Changelog

index 5513133722db26d8c7e50b5186ebfe62f1dd96d4..cb6dabc448565c40b7126aec4492c57a8129ad55 100644 (file)
@@ -105,9 +105,9 @@ index 2482a1f4..bd5ba243 100644
 --- a/iterator/iter_utils.c
 +++ b/iterator/iter_utils.c
 @@ -177,6 +177,7 @@ iter_apply_cfg(struct iter_env* iter_env, struct config_file* cfg)
-       iter_env->supports_ipv6 = cfg->do_ip6;
-       iter_env->supports_ipv4 = cfg->do_ip4;
        iter_env->outbound_msg_retry = cfg->outbound_msg_retry;
+       iter_env->max_sent_count = cfg->max_sent_count;
+       iter_env->max_query_restarts = cfg->max_query_restarts;
 +      iter_env->aaaa_filter = cfg->aaaa_filter;
        return 1;
  }
index fa41e5128a87b1ed67795d83f0954d551d5ce504..6a95cf4daea76ab07d02b352bf9cd223239bb071 100644 (file)
@@ -1,3 +1,6 @@
+8 February 2023: Wouter
+       - Fix #841: Unbound won't build with aaaa-filter-iterator.patch.
+
 30 January 2023: George
        - Add duration variable for speed_local.test.