[or-cvs] Add a comment

Nick Mathewson nickm at seul.org
Fri Oct 15 19:17:38 UTC 2004


Update of /home/or/cvsroot/src/or
In directory moria.mit.edu:/tmp/cvs-serv7345/src/or

Modified Files:
	directory.c 
Log Message:
Add a comment

Index: directory.c
===================================================================
RCS file: /home/or/cvsroot/src/or/directory.c,v
retrieving revision 1.147
retrieving revision 1.148
diff -u -d -r1.147 -r1.148
--- directory.c	15 Oct 2004 19:04:37 -0000	1.147
+++ directory.c	15 Oct 2004 19:17:36 -0000	1.148
@@ -81,6 +81,9 @@
 
   router_get_trusted_dir_servers(&dirservers);
   tor_assert(dirservers);
+  /* This tries dirservers which we believe to be down, but ultimately, that's
+   * harmless, and we may as well err on the side of getting things uploaded.
+   */
   SMARTLIST_FOREACH(dirservers, trusted_dir_server_t *, ds,
     {
       /* Pay attention to fascistfirewall when we're uploading a



More information about the tor-commits mailing list