* net.cc (cygwin_gethostbyname): Remove debugging cruft.
This commit is contained in:
parent
2b4f76269d
commit
1b19d74296
|
@ -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
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue