[tor-commits] [tor/master] Remove a redundant XXX271 comment
nickm at torproject.org
nickm at torproject.org
Thu Feb 9 15:26:53 UTC 2017
commit f263cf954a571a9221fb41e0854ccc229be1f229
Author: Nick Mathewson <nickm at torproject.org>
Date: Thu Feb 9 09:57:39 2017 -0500
Remove a redundant XXX271 comment
---
src/or/directory.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/src/or/directory.c b/src/or/directory.c
index 93dc488..871a20f 100644
--- a/src/or/directory.c
+++ b/src/or/directory.c
@@ -1269,7 +1269,6 @@ directory_initiate_command_rend(const tor_addr_port_t *or_addr_port,
if (!anonymized_connection && !use_begindir) {
/* then we want to connect to dirport directly */
- // XXXX prop271 I think that we never use guards in this case.
if (options->HTTPProxy) {
tor_addr_copy(&addr, &options->HTTPProxyAddr);
More information about the tor-commits
mailing list