Sfoglia il codice sorgente

simplify a path in networkstatus

Roger Dingledine 14 anni fa
parent
commit
c29977ce00
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  1. 0 1
      src/or/networkstatus.c

+ 0 - 1
src/or/networkstatus.c

@@ -1530,7 +1530,6 @@ networkstatus_set_current_consensus(const char *consensus,
       !directory_caches_dir_info(get_options())) {
     /* This consensus is totally boring to us: we won't use it, and we won't
      * serve it.  Drop it. */
-    result = -1;
     goto done;
   }