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

outputed elsewhere already

This commit is contained in:
Daniel Stenberg 2004-04-27 15:13:46 +00:00
parent 5b65cc55a2
commit fbe1fa9dcc

View File

@ -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);