mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 01:05:42 +00:00
- Merge aicom-network-fixes up to r35714
svn path=/trunk/; revision=35734
This commit is contained in:
parent
de3ef9b823
commit
56968e5d6f
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…
Add table
Add a link
Reference in a new issue