cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: hostthre.c patch

From: Gisle Vanem <gvanem_at_broadpark.no>
Date: Tue, 27 Apr 2004 17:11:06 +0200

This trace is no longer needed (already printed elsewhere):

--- CVS-latest/lib/hostthre.c Tue Apr 27 15:56:23 2004
+++ lib/hostthre.c Tue Apr 27 17:09:39 2004
@@ -278,10 +278,6 @@

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

--gv
Received on 2004-04-27