]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
ngtcp2: adapt to the new recv_datagram callback
authorDaniel Stenberg <daniel@haxx.se>
Tue, 9 Feb 2021 22:25:20 +0000 (23:25 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 9 Feb 2021 22:25:20 +0000 (23:25 +0100)
lib/vquic/ngtcp2.c

index 08218890c49c5a948d3df188966b4e239446e466..aae13f942ac1382c886e6d897523ac3640b7a3b5 100644 (file)
@@ -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 */
 };
 
 /*