[ros-diffs] [cgutman] 35714: - Don't handle OSK_EINPROGRESS since TCPTranslateError already has done the conversion to STATUS_PENDING

cgutman at svn.reactos.org cgutman at svn.reactos.org
Wed Aug 27 23:45:46 CEST 2008


Author: cgutman
Date: Wed Aug 27 16:45:45 2008
New Revision: 35714

URL: http://svn.reactos.org/svn/reactos?rev=35714&view=rev
Log:
 - Don't handle OSK_EINPROGRESS since TCPTranslateError already has done the conversion to STATUS_PENDING

Modified:
    branches/aicom-network-fixes/lib/drivers/ip/transport/tcp/tcp.c

Modified: branches/aicom-network-fixes/lib/drivers/ip/transport/tcp/tcp.c
URL: http://svn.reactos.org/svn/reactos/branches/aicom-network-fixes/lib/drivers/ip/transport/tcp/tcp.c?rev=35714&r1=35713&r2=35714&view=diff
==============================================================================
--- branches/aicom-network-fixes/lib/drivers/ip/transport/tcp/tcp.c [iso-8859-1] (original)
+++ branches/aicom-network-fixes/lib/drivers/ip/transport/tcp/tcp.c [iso-8859-1] Wed Aug 27 16:45:45 2008
@@ -592,10 +592,7 @@
 
     TcpipRecursiveMutexLeave( &TCPLock );
 
-    if( Status == OSK_EINPROGRESS )
-	return STATUS_PENDING;
-    else
-	return Status;
+    return Status;
 }
 
 NTSTATUS TCPDisconnect



More information about the Ros-diffs mailing list