[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] [tor/master] simplify a path in networkstatus
Author: Roger Dingledine <arma@xxxxxxxxxxxxxx>
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