projects
/
curl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5b65cc5
)
outputed elsewhere already
author
Daniel Stenberg
<daniel@haxx.se>
Tue, 27 Apr 2004 15:13:46 +0000
(15:13 +0000)
committer
Daniel Stenberg
<daniel@haxx.se>
Tue, 27 Apr 2004 15:13:46 +0000
(15:13 +0000)
lib/hostthre.c
patch
|
blob
|
history
diff --git
a/lib/hostthre.c
b/lib/hostthre.c
index b6c04c1af09e0a825768b1f6497d77854b2de928..2a52ff329ed895e2b244e46539c2a590a6495c6e 100644
(file)
--- a/
lib/hostthre.c
+++ b/
lib/hostthre.c
@@
-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);