mirror of
https://github.com/winfsp/winfsp.git
synced 2025-04-22 08:23:05 -05:00
dll: FspMountSet_MountmgrDirectory: bug fix
This commit is contained in:
parent
f1cfe758ec
commit
5483dcbd73
@ -141,6 +141,12 @@ static NTSTATUS FspMountSet_MountmgrDirectory(HANDLE VolumeHandle, PWSTR VolumeN
|
|||||||
{
|
{
|
||||||
/* use MountManager from FSD and exit */
|
/* use MountManager from FSD and exit */
|
||||||
Result = FspFsctlUseMountmgr(VolumeHandle, MountPoint + 4);
|
Result = FspFsctlUseMountmgr(VolumeHandle, MountPoint + 4);
|
||||||
|
if (!NT_SUCCESS(Result))
|
||||||
|
goto exit;
|
||||||
|
|
||||||
|
*PMountHandle = MountHandle;
|
||||||
|
|
||||||
|
Result = STATUS_SUCCESS;
|
||||||
goto exit;
|
goto exit;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user