mirror of
https://github.com/reactos/reactos.git
synced 2025-08-04 23:45:42 +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 );
|
TcpipRecursiveMutexLeave( &TCPLock );
|
||||||
|
|
||||||
if( Status == OSK_EINPROGRESS )
|
return Status;
|
||||||
return STATUS_PENDING;
|
|
||||||
else
|
|
||||||
return Status;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
NTSTATUS TCPDisconnect
|
NTSTATUS TCPDisconnect
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue