From: Robert Ransom Date: Wed, 1 Jun 2011 16:39:27 +0000 (-0700) Subject: Unbreak the build X-Git-Tag: tor-0.2.3.2-alpha~87 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9ac2f63e0f3f1fd333b23ee6e6c02ae7cf0f71d2;p=thirdparty%2Ftor.git Unbreak the build --- diff --git a/src/or/main.c b/src/or/main.c index 7d9a85a025..5b38edb86e 100644 --- a/src/or/main.c +++ b/src/or/main.c @@ -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(),