1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00

Fix typo.

This commit is contained in:
Gisle Vanem 2006-07-24 15:56:40 +00:00
parent 4e58da5222
commit 385db0e97d

View File

@ -3808,7 +3808,7 @@ static CURLcode CreateConnection(struct SessionHandle *data,
* there, thus overriding any defaults that might have been set above. */ * there, thus overriding any defaults that might have been set above. */
conn->port = conn->remote_port; /* it is the same port */ 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); rc = Curl_resolv(conn, conn->host.name, (int)conn->port, &hostaddr);
if(rc == CURLRESOLV_PENDING) if(rc == CURLRESOLV_PENDING)
*async = TRUE; *async = TRUE;