From ec5d9b44a2e837fc7b82d1c60d5fae3f851620dc Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Tue, 9 Feb 2021 23:25:20 +0100 Subject: [PATCH] ngtcp2: adapt to the new recv_datagram callback --- lib/vquic/ngtcp2.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/vquic/ngtcp2.c b/lib/vquic/ngtcp2.c index 08218890c..aae13f942 100644 --- a/lib/vquic/ngtcp2.c +++ b/lib/vquic/ngtcp2.c @@ -739,7 +739,8 @@ static ngtcp2_callbacks ng_callbacks = { NULL, /* handshake_confirmed */ NULL, /* recv_new_token */ ngtcp2_crypto_delete_crypto_aead_ctx_cb, - ngtcp2_crypto_delete_crypto_cipher_ctx_cb + ngtcp2_crypto_delete_crypto_cipher_ctx_cb, + NULL /* recv_datagram */ }; /*