* (fhandler_socket::dup): Revert previous change.
This commit is contained in:
parent
19ba6f2195
commit
fc79ce17c7
|
@ -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
|
||||
|
|
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue