mirror of
https://github.com/reactos/reactos.git
synced 2025-07-24 17:03:37 +00:00
- Add missing goto done in NpfsRead when setting Status as STATUS_PENDING. Fixes bug #3115 and duplicates.
svn path=/trunk/; revision=37020
This commit is contained in:
parent
f48aacb658
commit
2e07ded883
1 changed files with 1 additions and 0 deletions
|
@ -450,6 +450,7 @@ NpfsRead(IN PDEVICE_OBJECT DeviceObject,
|
|||
if (NT_SUCCESS(Status))
|
||||
{
|
||||
Status = STATUS_PENDING;
|
||||
goto done;
|
||||
}
|
||||
ExAcquireFastMutex(&Ccb->DataListLock);
|
||||
break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue