OSDN Git Service

* net.cc (cygwin_gethostbyname): Remove debugging.
authorcgf <cgf>
Tue, 11 Oct 2005 16:35:31 +0000 (16:35 +0000)
committercgf <cgf>
Tue, 11 Oct 2005 16:35:31 +0000 (16:35 +0000)
winsup/cygwin/ChangeLog
winsup/cygwin/net.cc

index f72fdd8..7e4272a 100644 (file)
@@ -1,3 +1,7 @@
+2005-10-11  Christopher Faylor  <cgf@timesys.com>
+
+       * net.cc (cygwin_gethostbyname): Remove debugging.
+
 2005-10-11  Corinna Vinschen  <corinna@vinschen.de>
 
        * syslog.cc (try_connect_syslogd): Add priority parameter. Use writev
index 2a87843..3de7304 100644 (file)
@@ -969,10 +969,7 @@ cygwin_gethostbyname (const char *name)
 
   hostent *res = (hostent *) dup_ent (hostent_buf, h, t_hostent);
   if (res)
-{
     debug_printf ("h_name %s", res->h_name);
-debug_printf ("HERE");
-}
   else
     {
       debug_printf ("dup_ent returned NULL for name %s, h %p", name, h);