mirror of
https://github.com/reactos/reactos.git
synced 2024-11-07 07:00:19 +00:00
- Revert r35601
- This should always be set if FCB->CurrentThread is non-NULL svn path=/branches/aicom-network-fixes/; revision=35607
This commit is contained in:
parent
d70ad469a8
commit
63ba865297
1 changed files with 0 additions and 1 deletions
|
@ -225,7 +225,6 @@ UINT SocketAcquireStateLock( PAFD_FCB FCB ) {
|
||||||
|
|
||||||
if( CurrentThread == FCB->CurrentThread ) {
|
if( CurrentThread == FCB->CurrentThread ) {
|
||||||
FCB->LockCount++;
|
FCB->LockCount++;
|
||||||
FCB->Locked = TRUE;
|
|
||||||
AFD_DbgPrint(MID_TRACE,
|
AFD_DbgPrint(MID_TRACE,
|
||||||
("Same thread, lock count %d\n", FCB->LockCount));
|
("Same thread, lock count %d\n", FCB->LockCount));
|
||||||
return TRUE;
|
return TRUE;
|
||||||
|
|
Loading…
Reference in a new issue