* (fhandler_socket::dup): Revert previous change.

This commit is contained in:
Corinna Vinschen 2001-10-30 10:07:39 +00:00
parent 19ba6f2195
commit fc79ce17c7
2 changed files with 4 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2001-10-30 Corinna Vinschen <corinna@vinschen.de>
* (fhandler_socket::dup): Revert previous change.
2001-10-30 Christopher Faylor <cgf@redhat.com>
* dtable.cc (dtable::dup2): Add some debugging. Use methods from

View File

@ -232,8 +232,6 @@ fhandler_socket::dup (fhandler_base *child)
fhs->addr_family = addr_family;
fhs->set_io_handle (get_io_handle ());
fhs->prot_info_ptr = (LPWSAPROTOCOL_INFOA)
cmalloc (HEAP_BUF, sizeof (WSAPROTOCOL_INFOA));
fhs->fixup_before_fork_exec (GetCurrentProcessId ());
if (winsock2_active)
{