2
0
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:
Mark Andrews 2000-01-10 06:16:08 +00:00
parent a243aeb92b
commit 757a38d502

View File

@ -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)