diff options
author | Daniel Stenberg <daniel@haxx.se> | 2019-08-07 08:39:39 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2019-08-07 08:39:39 +0200 |
commit | 07828b1c9ddc6483582054f13f5c3162e9b1f04f (patch) | |
tree | 617882e27aecd87aa67f12ccbd10002d0b087f30 /lib/vquic/quiche.h | |
parent | 470551b7fc16499c409ba8d539e204a2481981c2 (diff) |
quiche: improved error handling and memory cleanups
Diffstat (limited to 'lib/vquic/quiche.h')
-rw-r--r-- | lib/vquic/quiche.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/vquic/quiche.h b/lib/vquic/quiche.h index b09359ac3..c8d1837b5 100644 --- a/lib/vquic/quiche.h +++ b/lib/vquic/quiche.h @@ -39,7 +39,7 @@ struct quicsocket { quiche_config *cfg; quiche_conn *conn; quiche_h3_conn *h3c; - quiche_h3_config *config; + quiche_h3_config *h3config; uint8_t scid[QUICHE_MAX_CONN_ID_LEN]; uint32_t version; }; |