mirror of
https://github.com/curl/curl.git
synced 2026-08-02 17:50:28 +03:00
Steve Green fixed Curl_resolv()
This commit is contained in:
parent
0f4d042d3e
commit
06c38330ba
2 changed files with 5 additions and 0 deletions
|
|
@ -352,6 +352,8 @@ int Curl_resolv(struct connectdata *conn,
|
|||
/* returned failure, bail out nicely */
|
||||
Curl_freeaddrinfo(addr);
|
||||
}
|
||||
else
|
||||
rc = 0;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue