revert erroneous checkin

This commit is contained in:
Christopher Faylor 2004-10-20 01:03:55 +00:00
parent f054a20f1a
commit d134b48fd6
1 changed files with 4 additions and 7 deletions

View File

@ -1346,15 +1346,12 @@ start_thread_socket (select_record *me, select_stuff *stuff)
}
if (_my_tls.locals.exitsock != INVALID_SOCKET)
{
if (!si->exitsock)
{
char buf[1];
si->exitsock = _my_tls.locals.exitsock;
select_printf ("read a byte from %p", si->exitsock);
recv (si->exitsock, buf, 1, 0);
}
}
else
{
si->exitsock = _my_tls.locals.exitsock = socket (AF_INET, SOCK_DGRAM, IPPROTO_UDP);