commit 40f343e176c7f049adf9603f65c575e95b6e6faa
Author: Nick Mathewson <[email protected]>
Date:   Tue Sep 27 14:04:21 2011 -0400

    Actually accept cells in SERVER_RENEGOTIATING
---
 src/or/connection_or.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/or/connection_or.c b/src/or/connection_or.c
index ecd4af3..adaaa2c 100644
--- a/src/or/connection_or.c
+++ b/src/or/connection_or.c
@@ -376,8 +376,8 @@ connection_or_process_inbuf(or_connection_t *conn)
       }
 
       return ret;
-#ifdef USE_BUFFEREVENTS
     case OR_CONN_STATE_TLS_SERVER_RENEGOTIATING:
+#ifdef USE_BUFFEREVENTS
       if (tor_tls_server_got_renegotiate(conn->tls))
         connection_or_tls_renegotiated_cb(conn->tls, conn);
       if (conn->_base.marked_for_close)



_______________________________________________
tor-commits mailing list
[email protected]
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits

Reply via email to