* (fhandler_socket::dup): Revert previous change.
This commit is contained in:
		@@ -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)
 | 
			
		||||
    {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user