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/... ============================================================================== --- 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