Removed unused variable.

This commit is contained in:
Vladimir Homutov 2020-03-20 20:39:41 +03:00
parent 21b6854bfe
commit b26d5deae4

View File

@ -635,11 +635,9 @@ ngx_quic_initial_input(ngx_connection_t *c, ngx_quic_header_t *pkt)
static ngx_int_t
ngx_quic_handshake_input(ngx_connection_t *c, ngx_quic_header_t *pkt)
{
ngx_ssl_conn_t *ssl_conn;
ngx_quic_connection_t *qc;
qc = c->quic;
ssl_conn = c->ssl->connection;
/* extract cleartext data into pkt */
if (ngx_quic_parse_long_header(pkt) != NGX_OK) {