[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[tor-commits] [tor/master] Unbreak the build



commit 9ac2f63e0f3f1fd333b23ee6e6c02ae7cf0f71d2
Author: Robert Ransom <rransom.8774@xxxxxxxxx>
Date:   Wed Jun 1 09:39:27 2011 -0700

    Unbreak the build
---
 src/or/main.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/or/main.c b/src/or/main.c
index 7d9a85a..5b38edb 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(),

_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits