mirror of
https://github.com/moparisthebest/curl
synced 2024-11-04 08:35:05 -05:00
quiche: fix build error: use 'int' for port number
Follow-up to cb2dc1ba8
This commit is contained in:
parent
528f71c2ec
commit
69a396f593
@ -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…
Reference in New Issue
Block a user