Patch by Cameron Gutman (aicommander <at> gmail <dot> com)

Fixed my mistake leaving TCPConnect on a failure path without releasing the
TCP lock.

svn path=/trunk/; revision=34690
This commit is contained in:
Art Yerkes 2008-07-22 23:11:46 +00:00
parent 6e39ab797b
commit e115c9270c

View file

@ -559,6 +559,7 @@ NTSTATUS TCPConnect
if (!NT_SUCCESS(Status)) {
TI_DbgPrint(DEBUG_TCP, ("Could not AddrBuildAddress in TCPConnect\n"));
TcpipRecursiveMutexLeave( &TCPLock );
return Status;
}