mirror of
https://github.com/winfsp/winfsp.git
synced 2025-04-23 08:53:01 -05:00
dll: FspFileSystemSetMountPoint: bug fix
This commit is contained in:
parent
bc65c2c34d
commit
f407f65a90
@ -141,7 +141,7 @@ FSP_API NTSTATUS FspFileSystemSetMountPoint(FSP_FILE_SYSTEM *FileSystem, PWSTR M
|
|||||||
if (0 == MountPoint)
|
if (0 == MountPoint)
|
||||||
return STATUS_INSUFFICIENT_RESOURCES;
|
return STATUS_INSUFFICIENT_RESOURCES;
|
||||||
MountPoint[1] = L':';
|
MountPoint[1] = L':';
|
||||||
MountPoint[1] = L'\0';
|
MountPoint[2] = L'\0';
|
||||||
|
|
||||||
Drives = GetLogicalDrives();
|
Drives = GetLogicalDrives();
|
||||||
if (0 != Drives)
|
if (0 != Drives)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user