[or-cvs] resolve an unused variable
arma at seul.org
arma at seul.org
Fri May 26 13:51:47 UTC 2006
Update of /home2/or/cvsroot/tor/src/common
In directory moria:/home/arma/work/onion/cvs/tor/src/common
Modified Files:
util.c
Log Message:
resolve an unused variable
Index: util.c
===================================================================
RCS file: /home2/or/cvsroot/tor/src/common/util.c,v
retrieving revision 1.257
retrieving revision 1.258
diff -u -p -d -r1.257 -r1.258
--- util.c 25 May 2006 20:06:09 -0000 1.257
+++ util.c 26 May 2006 13:51:45 -0000 1.258
@@ -1703,7 +1703,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