mirror of
https://github.com/curl/curl.git
synced 2026-07-24 10:07:20 +03:00
quiche: fix build error: use 'int' for port number
Follow-up to cb2dc1ba8
This commit is contained in:
parent
528f71c2ec
commit
69a396f593
1 changed files with 1 additions and 1 deletions
|
|
@ -180,7 +180,7 @@ CURLcode Curl_quic_connect(struct Curl_easy *data,
|
|||
struct quicsocket *qs = &conn->hequic[sockindex];
|
||||
char *keylog_file = NULL;
|
||||
char ipbuf[40];
|
||||
long port;
|
||||
int port;
|
||||
|
||||
#ifdef DEBUG_QUICHE
|
||||
/* initialize debug log callback only once */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue