mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 19:26:32 +00:00
- Set FCB->Locked to TRUE after we increment the lock count
svn path=/branches/aicom-network-fixes/; revision=35601
This commit is contained in:
@@ -225,6 +225,7 @@ UINT SocketAcquireStateLock( PAFD_FCB FCB ) {
|
||||
|
||||
if( CurrentThread == FCB->CurrentThread ) {
|
||||
FCB->LockCount++;
|
||||
FCB->Locked = TRUE;
|
||||
AFD_DbgPrint(MID_TRACE,
|
||||
("Same thread, lock count %d\n", FCB->LockCount));
|
||||
return TRUE;
|
||||
|
||||
Reference in New Issue
Block a user