[tor-commits] [tor/master] Actually accept cells in SERVER_RENEGOTIATING

nickm at torproject.org nickm at torproject.org
Tue Oct 11 03:22:16 UTC 2011


commit 40f343e176c7f049adf9603f65c575e95b6e6faa
Author: Nick Mathewson <nickm at torproject.org>
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)





More information about the tor-commits mailing list