[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[tor-commits] [tor/master] Actually accept cells in SERVER_RENEGOTIATING
commit 40f343e176c7f049adf9603f65c575e95b6e6faa
Author: Nick Mathewson <nickm@xxxxxxxxxxxxxx>
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
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits