]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Remove no-longer-accurate comment from connection.c
authorAndrea Shepard <andrea@torproject.org>
Tue, 13 Jan 2015 00:21:59 +0000 (00:21 +0000)
committerAndrea Shepard <andrea@torproject.org>
Tue, 13 Jan 2015 00:21:59 +0000 (00:21 +0000)
src/or/connection.c

index 9866c4c8046cd391d2e55847f55bb4cbfd7320e9..0a7a6a882b5bf50172ff1112f4d0295254774131 100644 (file)
@@ -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.");