[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[or-cvs] Remove sneaky double declaration.



Update of /home/or/cvsroot/tor/src/or
In directory moria:/tmp/cvs-serv13325/src/or

Modified Files:
	routerlist.c 
Log Message:
Remove sneaky double declaration.

Index: routerlist.c
===================================================================
RCS file: /home/or/cvsroot/tor/src/or/routerlist.c,v
retrieving revision 1.274
retrieving revision 1.275
diff -u -d -r1.274 -r1.275
--- routerlist.c	8 Sep 2005 19:16:16 -0000	1.274
+++ routerlist.c	8 Sep 2005 19:18:55 -0000	1.275
@@ -1262,7 +1262,6 @@
 
   if (!is_cached) {
     const char *datadir = get_options()->DataDirectory;
-    char fp[HEX_DIGEST_LEN+1];
     size_t len = strlen(datadir)+64;
     char *fn = tor_malloc(len+1);
     tor_snprintf(fn, len, "%s/cached-status/%s",datadir,fp);