[or-cvs] and backport

arma at seul.org arma at seul.org
Fri May 26 13:52:13 UTC 2006


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

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


Index: util.c
===================================================================
RCS file: /home/or/cvsroot/tor/src/common/util.c,v
retrieving revision 1.254.2.2
retrieving revision 1.254.2.3
diff -u -p -d -r1.254.2.2 -r1.254.2.3
--- util.c	25 May 2006 21:23:39 -0000	1.254.2.2
+++ util.c	26 May 2006 13:52:11 -0000	1.254.2.3
@@ -1722,7 +1722,7 @@ tor_dup_addr(uint32_t addr)
 int
 is_plausible_address(const char *name)
 {
-  const char *cp;
+//  const char *cp;
   tor_assert(name);
   /* We could check better here. */
   if (!*name)



More information about the tor-commits mailing list