mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-11 05:33:47 +01:00
Unbreak the build
This commit is contained in:
parent
b73a662a26
commit
9ac2f63e0f
@ -225,7 +225,7 @@ connection_add_impl(connection_t *conn, int is_connecting)
|
|||||||
connection_configure_bufferevent_callbacks(conn);
|
connection_configure_bufferevent_callbacks(conn);
|
||||||
} else if (conn->linked && conn->linked_conn &&
|
} else if (conn->linked && conn->linked_conn &&
|
||||||
connection_type_uses_bufferevent(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) {
|
if (!conn->bufev) {
|
||||||
struct bufferevent *pair[2] = { NULL, NULL };
|
struct bufferevent *pair[2] = { NULL, NULL };
|
||||||
if (bufferevent_pair_new(tor_libevent_get_base(),
|
if (bufferevent_pair_new(tor_libevent_get_base(),
|
||||||
|
Loading…
Reference in New Issue
Block a user