#endif /* IPv6 Support */
extern int listen_to_virtual_ips;
+int interface_optioncount = 0;
/*
* interface names to listen on
*/
ISC_LINK_INIT(iface, link);
ISC_LIST_APPEND(specific_interface_list, iface, link);
}
+ interface_optioncount++;
}
void
init_specific_interface (void)
return (ISC_TRUE);
}
}
- if (/* interface_optioncount > */ 0) {
+ if (interface_optioncount > 0) {
DPRINTF(4, ("address_okay: FAIL\n"));
return (ISC_FALSE);
}