mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-31 12:23:31 +00:00
- Correct function name
svn path=/trunk/; revision=22754
This commit is contained in:
@@ -100,7 +100,7 @@ IopParseDevice(IN PVOID ParseObject,
|
||||
/* Check if it's not already mounted */
|
||||
if (!(DeviceObject->Vpb->Flags & VPB_MOUNTED))
|
||||
{
|
||||
Status = IoMountVolume(DeviceObject, FALSE);
|
||||
Status = IopMountVolume(DeviceObject, FALSE);
|
||||
if (!NT_SUCCESS(Status))
|
||||
{
|
||||
/* Couldn't mount, fail the lookup */
|
||||
|
||||
Reference in New Issue
Block a user