mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-31 12:23:31 +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:
@@ -450,6 +450,7 @@ NpfsRead(IN PDEVICE_OBJECT DeviceObject,
|
||||
if (NT_SUCCESS(Status))
|
||||
{
|
||||
Status = STATUS_PENDING;
|
||||
goto done;
|
||||
}
|
||||
ExAcquireFastMutex(&Ccb->DataListLock);
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user