diff options
author | Nick Mathewson <nickm@torproject.org> | 2014-01-17 12:41:56 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2014-01-17 12:41:56 -0500 |
commit | 9be105f94badd2a9ab1674b3c2b427df33426ecd (patch) | |
tree | 35a3710d2ad5197c5034d5ab8677295fefafaef1 /src/or/connection_edge.c | |
parent | 8a49fac9e0e201d0d1774c066bc6984ed7773401 (diff) | |
download | tor-9be105f94badd2a9ab1674b3c2b427df33426ecd.tar.gz tor-9be105f94badd2a9ab1674b3c2b427df33426ecd.zip |
whitespace fixes
Diffstat (limited to 'src/or/connection_edge.c')
-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 d5969aef9e..4ca926e381 100644 --- a/src/or/connection_edge.c +++ b/src/or/connection_edge.c @@ -2089,7 +2089,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 |