[or-cvs] and backport

arma at seul.org arma at seul.org
Tue Apr 18 05:12:38 UTC 2006


Update of /home/or/cvsroot/tor/src/or
In directory moria:/home/arma/work/onion/tor-011x/tor/src/or

Modified Files:
      Tag: tor-0_1_1-patches
	connection_edge.c 
Log Message:
and backport


Index: connection_edge.c
===================================================================
RCS file: /home/or/cvsroot/tor/src/or/connection_edge.c,v
retrieving revision 1.393.2.3
retrieving revision 1.393.2.4
diff -u -p -d -r1.393.2.3 -r1.393.2.4
--- connection_edge.c	18 Apr 2006 04:57:35 -0000	1.393.2.3
+++ connection_edge.c	18 Apr 2006 05:12:36 -0000	1.393.2.4
@@ -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