mirror of
https://github.com/curl/curl.git
synced 2026-04-11 12:01:42 +08:00
vquic: fix variable name in fallback code
Could not cause an issue in practice. Closes #21281
This commit is contained in:
parent
e5087ac9fc
commit
6e40c3ed48
@ -715,7 +715,7 @@ CURLcode Curl_cf_quic_create(struct Curl_cfilter **pcf,
|
||||
*pcf = NULL;
|
||||
(void)data;
|
||||
(void)conn;
|
||||
(void)ai;
|
||||
(void)addr;
|
||||
return CURLE_NOT_BUILT_IN;
|
||||
#endif
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user