[or-cvs] class B really means /16 here

arma at seul.org arma at seul.org
Tue Apr 18 05:03:11 UTC 2006


Update of /home2/or/cvsroot/tor/src/or
In directory moria:/home/arma/work/onion/cvs/tor/src/or

Modified Files:
	connection_edge.c 
Log Message:
class B really means /16 here


Index: connection_edge.c
===================================================================
RCS file: /home2/or/cvsroot/tor/src/or/connection_edge.c,v
retrieving revision 1.396
retrieving revision 1.397
diff -u -p -d -r1.396 -r1.397
--- connection_edge.c	18 Apr 2006 04:57:07 -0000	1.396
+++ connection_edge.c	18 Apr 2006 05:03:09 -0000	1.397
@@ -793,7 +793,7 @@ parse_virtual_addr_network(const char *v
   }
 
   if (bits > 16) {
-    if (msg) *msg = tor_strdup("VirtualAddressNetwork expects a class B "
+    if (msg) *msg = tor_strdup("VirtualAddressNetwork expects a /16 "
                                "network or larger");
     return -1;
   }



More information about the tor-commits mailing list