Explorar el Código

Remove sneaky double declaration.

svn:r4941
Nick Mathewson hace 20 años
padre
commit
df79dc673b
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      src/or/routerlist.c

+ 0 - 1
src/or/routerlist.c

@@ -1262,7 +1262,6 @@ router_set_networkstatus(const char *s, time_t arrived_at, int is_cached)
 
   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);