mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-28 13:08:06 +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:
parent
754768580f
commit
fb0663dbdd
2
CHANGES
2
CHANGES
@ -1,3 +1,5 @@
|
||||
687. [bug] Only say we have IPv6, with sufficent functionality,
|
||||
if it has actually been tested. [RT #586]
|
||||
|
||||
686. [bug] dig and nslookup can now be properly aborted during
|
||||
blocking operations. [RT #568]
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user