From: Frédéric Lécaille Date: Fri, 13 May 2022 13:07:49 +0000 (+0200) Subject: MINOR: quic: Dump initial derived secrets X-Git-Tag: v2.6-dev11~40 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=359d877f733a7d53748ea9e3756219ccca948d7e;p=thirdparty%2Fhaproxy.git MINOR: quic: Dump initial derived secrets It seems parameters was removed for an unknown reason preventing these secrets to dumped by the traces. --- diff --git a/include/haproxy/quic_tls.h b/include/haproxy/quic_tls.h index 0a0483d78b..4f850b1ed0 100644 --- a/include/haproxy/quic_tls.h +++ b/include/haproxy/quic_tls.h @@ -537,7 +537,7 @@ static inline int qc_new_isecs(struct quic_conn *qc, goto err; ctx->flags |= QUIC_FL_TLS_SECRETS_SET; - TRACE_LEAVE(QUIC_EV_CONN_ISEC, NULL, rx_init_sec, tx_init_sec); + TRACE_LEAVE(QUIC_EV_CONN_ISEC, qc, rx_init_sec, tx_init_sec); return 1;