mirror of
https://github.com/curl/curl.git
synced 2026-06-02 01:24:16 +03:00
outputed elsewhere already
This commit is contained in:
parent
5b65cc55a2
commit
fbe1fa9dcc
1 changed files with 0 additions and 4 deletions
|
|
@ -278,10 +278,6 @@ static bool init_resolve_thread (struct connectdata *conn,
|
|||
|
||||
Curl_safefree(conn->async.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) {
|
||||
free(td);
|
||||
SetLastError(ENOMEM);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue