[ds6-devel] nc6/src connection.c,1.14,1.15

chris@deepspace6.net chris@deepspace6.net
Wed Jan 1 13:40:51 2003


Update of /cvs/nc6/src

Modified Files:
	connection.c 
Log Message:
Fixed stupid typo that broke -6


Index: connection.c
===================================================================
RCS file: /cvs/nc6/src/connection.c,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- connection.c	1 Jan 2003 12:50:58 -0000	1.14
+++ connection.c	1 Jan 2003 13:40:49 -0000	1.15
@@ -90,7 +90,7 @@
 
 	switch (attrs->proto) {
 		case PROTO_IPv6:
-#ifdef ENABLE_INET6
+#ifdef ENABLE_IPV6
 			ainfo->ai_family = PF_INET6;
 #else
 			fatal("internal error: system does not support ipv6");



More information about the ds6-devel mailing list