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; }