mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-28 04:34:54 -04:00
fix incorrect REQUIRE
This commit is contained in:
parent
904a34b853
commit
12bf2c63ea
1 changed files with 1 additions and 1 deletions
|
|
@ -142,7 +142,7 @@ dns_a6_init(dns_a6context_t *a6ctx, dns_findfunc_t find, dns_rrsetfunc_t rrset,
|
|||
dns_in6addrfunc_t address, dns_a6missingfunc_t missing, void *arg)
|
||||
{
|
||||
REQUIRE(a6ctx != NULL);
|
||||
REQUIRE(a6ctx->find != NULL);
|
||||
REQUIRE(find != NULL);
|
||||
|
||||
a6ctx->magic = A6CONTEXT_MAGIC;
|
||||
a6ctx->find = find;
|
||||
|
|
|
|||
Loading…
Reference in a new issue