aboutsummaryrefslogtreecommitdiff
path: root/src/or
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 /src/or
parent98f353fa7c417aeaa53d391980979f792873d8cb (diff)
downloadtor-859d1c902aaa48fc65b144ce0462675e08ac2fc4.tar
tor-859d1c902aaa48fc65b144ce0462675e08ac2fc4.tar.gz
and another instance where i was trying to be too sneaky
svn:r5433
Diffstat (limited to 'src/or')
-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 ae7c3d570..db4649cc4 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;
}