MINOR: quic: Dump initial derived secrets

It seems <qc> parameters was removed for an unknown reason preventing
these secrets to dumped by the traces.
This commit is contained in:
Frédéric Lécaille 2022-05-13 15:07:49 +02:00
parent 8ec9c81ac4
commit 359d877f73

View File

@ -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;