- Set FCB->Locked to TRUE after we increment the lock count

svn path=/branches/aicom-network-fixes/; revision=35601
This commit is contained in:
Cameron Gutman
2008-08-24 16:20:14 +00:00
parent a66142aff9
commit d70ad469a8
+1
View File
@@ -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;