summaryrefslogtreecommitdiffstats
path: root/ssl/quic/quic_channel.c
diff options
context:
space:
mode:
Diffstat (limited to 'ssl/quic/quic_channel.c')
-rw-r--r--ssl/quic/quic_channel.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ssl/quic/quic_channel.c b/ssl/quic/quic_channel.c
index 49d1121392..c77bcf4a91 100644
--- a/ssl/quic/quic_channel.c
+++ b/ssl/quic/quic_channel.c
@@ -3331,8 +3331,8 @@ int ossl_quic_channel_on_new_conn(QUIC_CHANNEL *ch, const BIO_ADDR *peer,
return 0;
/* Setup QLOG, which did not happen earlier due to lacking an Initial ODCID. */
- ossl_qtx_set_qlog(ch->qtx, ch_get_qlog(ch));
- ossl_quic_tx_packetiser_set_qlog(ch->txp, ch_get_qlog(ch));
+ ossl_qtx_set0_qlog(ch->qtx, ch_get_qlog(ch));
+ ossl_quic_tx_packetiser_set0_qlog(ch->txp, ch_get_qlog(ch));
/* Plug in secrets for the Initial EL. */
if (!ossl_quic_provide_initial_secret(ch->port->engine->libctx,