aboutsummaryrefslogtreecommitdiff
path: root/src/or/routerlist.c
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2006-04-03 11:24:14 +0000
committerRoger Dingledine <arma@torproject.org>2006-04-03 11:24:14 +0000
commit453062b028be68acbfb47475d925dcdbd6c5f11f (patch)
treeb5f7fecefea0ab2f597ddf2150d0e4e8f493d6c4 /src/or/routerlist.c
parent7198af7fbedf26f1c424015e37e173809b6c2ac6 (diff)
downloadtor-453062b028be68acbfb47475d925dcdbd6c5f11f.tar
tor-453062b028be68acbfb47475d925dcdbd6c5f11f.tar.gz
fix typo, remove extraneous variable
svn:r6311
Diffstat (limited to 'src/or/routerlist.c')
-rw-r--r--src/or/routerlist.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/or/routerlist.c b/src/or/routerlist.c
index 105ee42b8..69140c09a 100644
--- a/src/or/routerlist.c
+++ b/src/or/routerlist.c
@@ -2612,7 +2612,6 @@ compute_recommended_versions(time_t now, int client)
{
const char *vers;
smartlist_t *versions;
- int i;
if (! ns->recommends_versions)
continue;
if (ns->received_on + SELF_OPINION_INTERVAL < now)