mirror of
				https://github.com/winfsp/winfsp.git
				synced 2025-10-30 19:48:38 -05:00 
			
		
		
		
	dll: FspFileSystemSetMountPoint: bug fix
This commit is contained in:
		| @@ -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) | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user