[or-cvs] [tor/master] simplify a path in networkstatus

arma at torproject.org arma at torproject.org
Thu Apr 15 14:13:59 UTC 2010


Author: Roger Dingledine <arma at torproject.org>
Date: Thu, 15 Apr 2010 10:13:35 -0400
Subject: simplify a path in networkstatus
Commit: c29977ce00fc70c96abfa6600b3d3ccb4939bad2

---
 src/or/networkstatus.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/src/or/networkstatus.c b/src/or/networkstatus.c
index 8110c78..bb4ee4c 100644
--- a/src/or/networkstatus.c
+++ b/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;
   }
 
-- 
1.6.5



More information about the tor-commits mailing list