mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
Remove no-longer-accurate comment from connection.c
This commit is contained in:
parent
cb047f4078
commit
4316bb601a
@ -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.");
|
||||
|
Loading…
Reference in New Issue
Block a user