Missing #ifdef ISC_PLATFORM_HAVEIFNAMETOINDEX/#endif.
[RT #11119]
* PERFORMANCE OF THIS SOFTWARE.
*/
-/* $Id: interfaceiter.c,v 1.35 2004/03/05 05:11:45 marka Exp $ */
+/* $Id: interfaceiter.c,v 1.36 2004/04/20 06:46:46 marka Exp $ */
#include <config.h>
(isc_uint32_t)zone16);
dst->type.in6.s6_addr[2] = 0;
dst->type.in6.s6_addr[3] = 0;
+#ifdef ISC_PLATFORM_HAVEIFNAMETOINDEX
} else if (ifname != NULL) {
unsigned int zone;
isc_netaddr_setzone(dst,
(isc_uint32_t)zone);
}
+#endif
}
}
}