2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 06:25:31 +00:00

687. [bug] Only say we have IPv6, with sufficent functionality,

if it has actually been tested.  [RT #586]
This commit is contained in:
Mark Andrews
2001-01-17 02:11:20 +00:00
parent 754768580f
commit fb0663dbdd
2 changed files with 3 additions and 3 deletions

View File

@@ -15,7 +15,7 @@
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: net.c,v 1.17 2001/01/09 21:58:25 bwelling Exp $ */
/* $Id: net.c,v 1.18 2001/01/17 02:11:20 marka Exp $ */
#include <config.h>
@@ -122,8 +122,6 @@ initialize_action(void) {
#ifdef WANT_IPV6
#ifdef ISC_PLATFORM_HAVEIN6PKTINFO
ipv6_result = try_proto(PF_INET6);
#else
ipv6_result = 0;
#endif
#endif
#endif