2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-30 14:07:59 +00:00

ireq ->ifreq

This commit is contained in:
Mark Andrews
2004-01-07 21:55:47 +00:00
parent 958b4831b7
commit 2cb73c34bf

View File

@@ -15,7 +15,7 @@
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/ */
/* $Id: ifiter_ioctl.c,v 1.42 2003/10/16 05:56:25 marka Exp $ */ /* $Id: ifiter_ioctl.c,v 1.43 2004/01/07 21:55:47 marka Exp $ */
/* /*
* Obtain the list of network interfaces using the SIOCGLIFCONF ioctl. * Obtain the list of network interfaces using the SIOCGLIFCONF ioctl.
@@ -655,7 +655,7 @@ internal_current4(isc_interfaceiter_t *iter) {
return (ISC_R_IGNORE); return (ISC_R_IGNORE);
} }
get_addr(family, &iter->current.dstaddress, get_addr(family, &iter->current.dstaddress,
(struct sockaddr *)&ifreq.ifr_dstaddr, ireq.ifr_name); (struct sockaddr *)&ifreq.ifr_dstaddr, ifreq.ifr_name);
} }
#endif #endif