diff options
author | Nick Mathewson <nickm@torproject.org> | 2004-10-15 19:17:36 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2004-10-15 19:17:36 +0000 |
commit | fa9c121343a7f84692a9142758974ad22fe43072 (patch) | |
tree | dfcf1f792cd787863c1f898e074ff8a6a38b7119 | |
parent | 28dd458eaf911f10a4c18e68dca33e343a7ca2b0 (diff) | |
download | tor-fa9c121343a7f84692a9142758974ad22fe43072.tar.gz tor-fa9c121343a7f84692a9142758974ad22fe43072.zip |
Add a comment
svn:r2530
-rw-r--r-- | src/or/directory.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/or/directory.c b/src/or/directory.c index 803aefe79c..fa5481f73d 100644 --- a/src/or/directory.c +++ b/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 |