diff options
| author | Cy Schubert <cy@FreeBSD.org> | 2025-10-07 13:46:20 +0000 |
|---|---|---|
| committer | Cy Schubert <cy@FreeBSD.org> | 2025-10-07 13:46:20 +0000 |
| commit | 0064eb9cf1c8d526e87d3149249445d4bc8d0248 (patch) | |
| tree | 787781364f76fc0dfa0085fd1f3208b5b1f44b5a /testcode/unitinfra.c | |
| parent | c8864f6ba46ff3271d97b4ae1c3cc6ce01eaf18a (diff) | |
unbound: Vendor import 1.24.0vendor/unbound/1.24.0
Release notes at
https://nlnetlabs.nl/news/2025/Sep/18/unbound-1.24.0-released/
Diffstat (limited to 'testcode/unitinfra.c')
| -rw-r--r-- | testcode/unitinfra.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testcode/unitinfra.c b/testcode/unitinfra.c index 6834c51eeab8..91a88f6ae8a9 100644 --- a/testcode/unitinfra.c +++ b/testcode/unitinfra.c @@ -131,6 +131,7 @@ void infra_test(void) unit_show_feature("infra cache"); unit_assert(ipstrtoaddr("127.0.0.1", 53, &one, &onelen)); + config_auto_slab_values(cfg); slab = infra_create(cfg); /* insert new record */ unit_assert( infra_host(slab, &one, onelen, zone, zonelen, now, |
