From: Nick Mathewson Date: Tue, 27 Sep 2011 18:04:21 +0000 (-0400) Subject: Actually accept cells in SERVER_RENEGOTIATING X-Git-Tag: tor-0.2.3.6-alpha~30^2~15 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=40f343e176c7f049adf9603f65c575e95b6e6faa;p=thirdparty%2Ftor.git Actually accept cells in SERVER_RENEGOTIATING --- diff --git a/src/or/connection_or.c b/src/or/connection_or.c index ecd4af371c..adaaa2cbf8 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)