Skip to content
Snippets Groups Projects
Commit 385db0e9 authored by Gisle Vanem's avatar Gisle Vanem
Browse files

Fix typo.

parent 4e58da52
No related branches found
No related tags found
No related merge requests found
......@@ -3808,7 +3808,7 @@ static CURLcode CreateConnection(struct SessionHandle *data,
* there, thus overriding any defaults that might have been set above. */
conn->port = conn->remote_port; /* it is the same port */
/* Resolve target host right on */
/* Resolve target host right now */
rc = Curl_resolv(conn, conn->host.name, (int)conn->port, &hostaddr);
if(rc == CURLRESOLV_PENDING)
*async = TRUE;
......
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