* net.cc (cygwin_gethostbyname): Remove debugging cruft.

This commit is contained in:
Christopher Faylor 2005-09-23 23:25:25 +00:00
parent 2b4f76269d
commit 1b19d74296
2 changed files with 4 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2005-09-23 Christopher Faylor <cgf@timesys.com>
* net.cc (cygwin_gethostbyname): Remove debugging cruft.
2005-09-23 Christopher Faylor <cgf@timesys.com>
* pinfo.cc (pinfo::exit): Call ExitProcess if called from signal

View File

@ -938,9 +938,7 @@ cygwin_gethostbyname (const char *name)
sig_dispatch_pending ();
myfault efault;
if (efault.faulted (EFAULT))
{ console_printf ("OUCH!\n");
return NULL;
}
unsigned char tmp_addr[4];
struct hostent tmp, *h;