Skip to content
Snippets Groups Projects
Commit d0c1f3e2 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

long port => int port, as the c source uses! (Miklos Nemeth found this)

parent b244710d
No related branches found
No related tags found
No related merge requests found
...@@ -28,7 +28,7 @@ int Curl_nonblock(int socket, /* operate on this */ ...@@ -28,7 +28,7 @@ int Curl_nonblock(int socket, /* operate on this */
CURLcode Curl_connecthost(struct connectdata *conn, CURLcode Curl_connecthost(struct connectdata *conn,
Curl_addrinfo *host, /* connect to this */ Curl_addrinfo *host, /* connect to this */
long port, /* connect to this port number */ int port, /* connect to this port number */
int *sockconn, /* not set if error is returned */ int *sockconn, /* not set if error is returned */
Curl_ipconnect **addr /* the one we used */ Curl_ipconnect **addr /* the one we used */
); /* index we used */ ); /* index we used */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment