diff options
author | Nick Mathewson <nickm@torproject.org> | 2017-02-09 09:57:39 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-02-09 09:57:39 -0500 |
commit | f263cf954a571a9221fb41e0854ccc229be1f229 (patch) | |
tree | 87360fef736e164911abe8880721df8be31c986e /src | |
parent | 9a9f4ffdfa965e50de05a4f1bd8c4d68cfb95f12 (diff) | |
download | tor-f263cf954a571a9221fb41e0854ccc229be1f229.tar.gz tor-f263cf954a571a9221fb41e0854ccc229be1f229.zip |
Remove a redundant XXX271 comment
Diffstat (limited to 'src')
-rw-r--r-- | src/or/directory.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/or/directory.c b/src/or/directory.c index 93dc488d15..871a20f39c 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); |