mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-29 13:38:26 +00:00
Set address family.
This commit is contained in:
parent
a243aeb92b
commit
757a38d502
@ -223,6 +223,8 @@ internal_current(isc_interfaceiter_t *iter) {
|
||||
if (family != AF_INET) /* XXX IP6 */
|
||||
return (ISC_R_FAILURE);
|
||||
|
||||
iter->current.af = family;
|
||||
|
||||
get_addr(family, &iter->current.address, addr_sa);
|
||||
|
||||
if (mask_sa != NULL)
|
||||
|
Loading…
x
Reference in New Issue
Block a user