diff options
author | Roger Dingledine <arma@torproject.org> | 2010-04-15 10:13:35 -0400 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2010-04-15 10:13:35 -0400 |
commit | c29977ce00fc70c96abfa6600b3d3ccb4939bad2 (patch) | |
tree | b22f3f31a159883e5587cc26a2c608d0a386692d /src | |
parent | 71fb687ddd2d9c11dbacbc9e115b1c95620ae5bd (diff) | |
download | tor-c29977ce00fc70c96abfa6600b3d3ccb4939bad2.tar.gz tor-c29977ce00fc70c96abfa6600b3d3ccb4939bad2.zip |
simplify a path in networkstatus
Diffstat (limited to 'src')
-rw-r--r-- | 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 8110c78388..bb4ee4cb56 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; } |