[tor-commits] [tor/master] Remove no-longer-accurate comment from connection.c

nickm at torproject.org nickm at torproject.org
Tue Jan 13 18:11:45 UTC 2015


commit 4316bb601a95ebe6e8353cc0a795605889039fe3
Author: Andrea Shepard <andrea at torproject.org>
Date:   Tue Jan 13 00:21:59 2015 +0000

    Remove no-longer-accurate comment from connection.c
---
 src/or/connection.c |    2 --
 1 file changed, 2 deletions(-)

diff --git a/src/or/connection.c b/src/or/connection.c
index 9866c4c..0a7a6a8 100644
--- a/src/or/connection.c
+++ b/src/or/connection.c
@@ -1508,8 +1508,6 @@ connection_handle_listener_read(connection_t *conn, int new_type)
     }
 
   } else if (conn->socket_family == AF_UNIX && conn->type != CONN_TYPE_AP) {
-    /* For now only control ports can be Unix domain sockets
-     * and listeners at the same time */
     tor_assert(conn->type == CONN_TYPE_CONTROL_LISTENER);
     tor_assert(new_type == CONN_TYPE_CONTROL);
     log_notice(LD_CONTROL, "New control connection opened.");





More information about the tor-commits mailing list