mirror of
https://github.com/moparisthebest/curl
synced 2024-11-11 12:05:06 -05:00
outputed elsewhere already
This commit is contained in:
parent
5b65cc55a2
commit
fbe1fa9dcc
@ -278,10 +278,6 @@ static bool init_resolve_thread (struct connectdata *conn,
|
|||||||
|
|
||||||
Curl_safefree(conn->async.hostname);
|
Curl_safefree(conn->async.hostname);
|
||||||
conn->async.hostname = strdup(hostname);
|
conn->async.hostname = strdup(hostname);
|
||||||
#ifdef USE_LIBIDN
|
|
||||||
if (conn->ace_hostname)
|
|
||||||
TRACE(("ACE name '%s'\n", conn->ace_hostname));
|
|
||||||
#endif
|
|
||||||
if (!conn->async.hostname) {
|
if (!conn->async.hostname) {
|
||||||
free(td);
|
free(td);
|
||||||
SetLastError(ENOMEM);
|
SetLastError(ENOMEM);
|
||||||
|
Loading…
Reference in New Issue
Block a user