diff options
author | Nick Mathewson <nickm@torproject.org> | 2014-03-27 15:34:57 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2014-03-27 15:34:57 -0400 |
commit | 24e0b1088acd94ceae3109107fa354b89309e2b7 (patch) | |
tree | 5d6e5731b7744a44cd2fddfb3fe14c3c8fea084c /src/or | |
parent | a83abcf5ee5cb8fe245bc97e089e082f62921194 (diff) | |
download | tor-24e0b1088acd94ceae3109107fa354b89309e2b7.tar tor-24e0b1088acd94ceae3109107fa354b89309e2b7.tar.gz |
whitespace fix
Diffstat (limited to 'src/or')
-rw-r--r-- | src/or/connection_edge.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/or/connection_edge.c b/src/or/connection_edge.c index 3a72110ea..895c0f7f0 100644 --- a/src/or/connection_edge.c +++ b/src/or/connection_edge.c @@ -2088,7 +2088,6 @@ connection_ap_handshake_socks_resolved_addr(entry_connection_t *conn, } } - /** Send an answer to an AP connection that has requested a DNS lookup via * SOCKS. The type should be one of RESOLVED_TYPE_(IPV4|IPV6|HOSTNAME) or -1 * for unreachable; the answer should be in the format specified in the socks |