mirror of
https://github.com/curl/curl.git
synced 2026-08-25 15:53:39 +03:00
http_proxy: provide missing arg to infof() call
Pointed out by Coverity Closes #10904
This commit is contained in:
parent
4033642930
commit
887acb48e4
1 changed files with 1 additions and 1 deletions
|
|
@ -106,7 +106,7 @@ connect_sub:
|
|||
#endif
|
||||
default:
|
||||
DEBUGF(LOG_CF(data, cf, "installing subfilter for default HTTP/1.1"));
|
||||
infof(data, "CONNECT tunnel: unsupported ALPN(%d) negotiated");
|
||||
infof(data, "CONNECT tunnel: unsupported ALPN(%d) negotiated", alpn);
|
||||
result = CURLE_COULDNT_CONNECT;
|
||||
goto out;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue