From 501f6412df7dfabcc3268c7b72aa721082e2e377 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Fri, 15 Oct 2004 19:17:36 +0000 Subject: [PATCH] Add a comment svn:r2530 --- trunk/src/or/directory.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/trunk/src/or/directory.c b/trunk/src/or/directory.c index 803aefe79c..fa5481f73d 100644 --- a/trunk/src/or/directory.c +++ b/trunk/src/or/directory.c @@ -81,6 +81,9 @@ directory_post_to_dirservers(uint8_t purpose, const char *payload, 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