- Merge aicom-network-fixes up to r35714

svn path=/trunk/; revision=35734
This commit is contained in:
Cameron Gutman 2008-08-28 23:21:05 +00:00
parent de3ef9b823
commit 56968e5d6f

View file

@ -592,9 +592,6 @@ NTSTATUS TCPConnect
TcpipRecursiveMutexLeave( &TCPLock ); TcpipRecursiveMutexLeave( &TCPLock );
if( Status == OSK_EINPROGRESS )
return STATUS_PENDING;
else
return Status; return Status;
} }