mirror of
https://github.com/curl/curl.git
synced 2026-04-14 22:31:41 +03: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
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue