mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 07:52:56 +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,9 +592,6 @@ NTSTATUS TCPConnect
|
||||||
|
|
||||||
TcpipRecursiveMutexLeave( &TCPLock );
|
TcpipRecursiveMutexLeave( &TCPLock );
|
||||||
|
|
||||||
if( Status == OSK_EINPROGRESS )
|
|
||||||
return STATUS_PENDING;
|
|
||||||
else
|
|
||||||
return Status;
|
return Status;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue