summaryrefslogtreecommitdiff
path: root/src/or/routerparse.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2005-09-18 02:51:12 +0000
committerNick Mathewson <nickm@torproject.org>2005-09-18 02:51:12 +0000
commitd118d5069a183574c8d03a7e9e5559e47a9ddaa4 (patch)
tree1e626d0675ecd4670b5989eb3c3fd0d1733bd29f /src/or/routerparse.c
parent87f6d526fea6acb28cffc916fd3266b895d9f1ae (diff)
downloadtor-d118d5069a183574c8d03a7e9e5559e47a9ddaa4.tar.gz
tor-d118d5069a183574c8d03a7e9e5559e47a9ddaa4.zip
Prevent a "try forever to download an unobtainable descriptor" bug. Still remaining: the "give up forever" bug.
svn:r5090
Diffstat (limited to 'src/or/routerparse.c')
-rw-r--r--src/or/routerparse.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/or/routerparse.c b/src/or/routerparse.c
index b3f780c7ba..58342d3df2 100644
--- a/src/or/routerparse.c
+++ b/src/or/routerparse.c
@@ -692,8 +692,6 @@ router_parse_list_from_string(const char **s, smartlist_t *dest)
smartlist_add(routers, router);
}
- routers_update_status_from_networkstatus(routers);
-
smartlist_add_all(dest, routers);
return 0;