mirror of
https://github.com/reactos/reactos.git
synced 2025-08-04 07:56:59 +00:00
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:
parent
6e39ab797b
commit
e115c9270c
1 changed files with 1 additions and 0 deletions
|
@ -559,6 +559,7 @@ NTSTATUS TCPConnect
|
|||
|
||||
if (!NT_SUCCESS(Status)) {
|
||||
TI_DbgPrint(DEBUG_TCP, ("Could not AddrBuildAddress in TCPConnect\n"));
|
||||
TcpipRecursiveMutexLeave( &TCPLock );
|
||||
return Status;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue