aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAndrea Shepard <andrea@torproject.org>2015-01-13 00:21:59 +0000
committerAndrea Shepard <andrea@torproject.org>2015-01-13 00:21:59 +0000
commit4316bb601a95ebe6e8353cc0a795605889039fe3 (patch)
tree7d5f530d5454174a0543cfbc47bb091ecf712eac /src
parentcb047f40786bf87f7fb17a500ca35eca9ba34f7c (diff)
downloadtor-4316bb601a95ebe6e8353cc0a795605889039fe3.tar.gz
tor-4316bb601a95ebe6e8353cc0a795605889039fe3.zip
Remove no-longer-accurate comment from connection.c
Diffstat (limited to 'src')
-rw-r--r--src/or/connection.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/or/connection.c b/src/or/connection.c
index 9866c4c804..0a7a6a882b 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.");