don't release the pipe list lock twice in case of a canceled read operation

svn path=/trunk/; revision=20932
This commit is contained in:
Thomas Bluemel 2006-01-17 03:28:33 +00:00
parent 2d01a7cf65
commit 3a3a12d3be

View file

@ -182,7 +182,6 @@ NpfsWaiterThread(PVOID InitContext)
ThreadContext->Count++;
ThreadContext->DeviceExt->EmptyWaiterCount--;
}
KeUnlockMutex(&ThreadContext->DeviceExt->PipeListLock);
break;
default:
KEBUGCHECK(0);