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 );
|
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