mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-24 22:58:50 +01:00
Unbreak the build
This commit is contained in:
parent
b73a662a26
commit
9ac2f63e0f
1 changed files with 1 additions and 1 deletions
|
@ -225,7 +225,7 @@ connection_add_impl(connection_t *conn, int is_connecting)
|
|||
connection_configure_bufferevent_callbacks(conn);
|
||||
} else if (conn->linked && conn->linked_conn &&
|
||||
connection_type_uses_bufferevent(conn->linked_conn)) {
|
||||
tor_assert(!(SOCKET_OK(conn->s));
|
||||
tor_assert(!(SOCKET_OK(conn->s)));
|
||||
if (!conn->bufev) {
|
||||
struct bufferevent *pair[2] = { NULL, NULL };
|
||||
if (bufferevent_pair_new(tor_libevent_get_base(),
|
||||
|
|
Loading…
Add table
Reference in a new issue