diff --git a/lib/dns/lowac.c b/lib/dns/lowac.c index 7eed0add10..8ec2510355 100644 --- a/lib/dns/lowac.c +++ b/lib/dns/lowac.c @@ -330,7 +330,7 @@ dns_lowac_create(isc_mem_t *mctx) { if (ck_ht_init(&lowac->ht, CK_HT_MODE_BYTESTRING | CK_HT_WORKLOAD_DELETE, ht_hash_wrapper, - &my_allocator, 100000, isc_random32()) == false) { + &my_allocator, 32, isc_random32()) == false) { abort(); }