mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 16:36:33 +00:00
- Don't handle OSK_EINPROGRESS since TCPTranslateError already has done the conversion to STATUS_PENDING
svn path=/branches/aicom-network-fixes/; revision=35714
This commit is contained in:
parent
92073dfb72
commit
906dfdd979
1 changed files with 1 additions and 4 deletions
|
@ -592,10 +592,7 @@ NTSTATUS TCPConnect
|
|||
|
||||
TcpipRecursiveMutexLeave( &TCPLock );
|
||||
|
||||
if( Status == OSK_EINPROGRESS )
|
||||
return STATUS_PENDING;
|
||||
else
|
||||
return Status;
|
||||
return Status;
|
||||
}
|
||||
|
||||
NTSTATUS TCPDisconnect
|
||||
|
|
Loading…
Reference in a new issue