vquic: fix variable name in fallback code

Could not cause an issue in practice.

Closes #21281
This commit is contained in:
Viktor Szakats 2026-04-09 23:56:40 +02:00
parent e5087ac9fc
commit 6e40c3ed48
No known key found for this signature in database

View file

@ -715,7 +715,7 @@ CURLcode Curl_cf_quic_create(struct Curl_cfilter **pcf,
*pcf = NULL; *pcf = NULL;
(void)data; (void)data;
(void)conn; (void)conn;
(void)ai; (void)addr;
return CURLE_NOT_BUILT_IN; return CURLE_NOT_BUILT_IN;
#endif #endif
} }