mirror of
https://github.com/reactos/reactos.git
synced 2025-01-10 16:18:16 +00:00
- Correct function name
svn path=/trunk/; revision=22754
This commit is contained in:
parent
b5cc6d65cd
commit
bc0260bc30
1 changed files with 1 additions and 1 deletions
|
@ -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 */
|
||||
|
|
Loading…
Reference in a new issue