[tor-commits] [tor/master] get rid of trivial redundant comment
arma at torproject.org
arma at torproject.org
Sun Sep 21 22:49:12 UTC 2014
commit 4c8b809b9619770e29aa3c5ab66b194f784a9e93
Author: Roger Dingledine <arma at torproject.org>
Date: Sun Sep 21 18:56:48 2014 -0400
get rid of trivial redundant comment
---
src/or/connection_edge.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/src/or/connection_edge.c b/src/or/connection_edge.c
index 49f9ba4..af1b5b6 100644
--- a/src/or/connection_edge.c
+++ b/src/or/connection_edge.c
@@ -2764,7 +2764,6 @@ connection_exit_connect(edge_connection_t *edge_conn)
/* also, deliver a 'connected' cell back through the circuit. */
if (connection_edge_is_rendezvous_stream(edge_conn)) {
- /* rendezvous stream */
/* don't send an address back! */
connection_edge_send_command(edge_conn,
RELAY_COMMAND_CONNECTED,
More information about the tor-commits
mailing list