mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-28 04:34:54 -04:00
initialize addr_bucket
This commit is contained in:
parent
14b98cb34e
commit
1ac7292ced
1 changed files with 1 additions and 0 deletions
|
|
@ -468,6 +468,7 @@ import_a6(void *arg, struct in6_addr *address)
|
|||
adb = name->adb;
|
||||
INSIST(DNS_ADB_VALID(adb));
|
||||
|
||||
addr_bucket = DNS_ADB_INVALIDBUCKET;
|
||||
address_added = ISC_FALSE;
|
||||
|
||||
DP(ENTER_LEVEL, "ENTER: import_a6() name %p", name);
|
||||
|
|
|
|||
Loading…
Reference in a new issue