| < Previous by Date | Date Index | Next by Date > |
| Thread Index | Next in Thread > |
While testing IPv6 DNS lookups, I noticed that testDns.cxx has the wrong (old?) #ifdef guard on the code that adds its IPv6 transports. Here's a trivial patch to fix it. -- ---------------------------------------------------------- Brad Spencer - spencer@xxxxxxxxxxxxx - www.starscale.com
--- resiprocate-1.4.1/resip/stack/test/testDns.cxx~ 2008-08-15 17:59:01.000000000 -0300
+++ resiprocate-1.4.1/resip/stack/test/testDns.cxx 2008-11-22 16:37:23.000000000 -0400
@@ -269,8 +269,8 @@
addTransportType(TCP, V4);
addTransportType(UDP, V4);
addTransportType(TLS, V4);
-#ifdef IPV6
+#ifdef USE_IPV6
addTransportType(TCP, V6);
addTransportType(UDP, V6);
addTransportType(TLS, V6);
Attachment:
signature.asc
Description: Digital signature