[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[or-cvs] and another instance where i was trying to be too sneaky



Update of /home2/or/cvsroot/tor/src/or
In directory moria:/home/arma/work/onion/cvs/tor/src/or

Modified Files:
	routerlist.c 
Log Message:
and another instance where i was trying to be too sneaky


Index: routerlist.c
===================================================================
RCS file: /home2/or/cvsroot/tor/src/or/routerlist.c,v
retrieving revision 1.372
retrieving revision 1.373
diff -u -d -r1.372 -r1.373
--- routerlist.c	19 Nov 2005 10:12:10 -0000	1.372
+++ routerlist.c	19 Nov 2005 10:38:23 -0000	1.373
@@ -345,7 +345,7 @@
     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;
 }