aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2005-11-19 10:38:23 +0000
committerRoger Dingledine <arma@torproject.org>2005-11-19 10:38:23 +0000
commit859d1c902aaa48fc65b144ce0462675e08ac2fc4 (patch)
treeead5c4748f4f5e1c7fd5c713073db3505231543d
parent98f353fa7c417aeaa53d391980979f792873d8cb (diff)
downloadtor-859d1c902aaa48fc65b144ce0462675e08ac2fc4.tar.gz
tor-859d1c902aaa48fc65b144ce0462675e08ac2fc4.zip
and another instance where i was trying to be too sneaky
svn:r5433
-rw-r--r--src/or/routerlist.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/routerlist.c b/src/or/routerlist.c
index ae7c3d570c..db4649cc48 100644
--- a/src/or/routerlist.c
+++ b/src/or/routerlist.c
@@ -345,7 +345,7 @@ router_pick_directory_server(int requireother,
return NULL;
}
/* give it one last try */
- choice = router_pick_directory_server_impl(requireother, 0,
+ choice = router_pick_directory_server_impl(requireother, fascistfirewall,
for_v2_directory);
return choice;
}