mirror of
https://github.com/winfsp/winfsp.git
synced 2026-09-03 17:28:38 -05:00
sys,dll: rename VolumeParams::ReparsePoints* fields
This commit is contained in:
+1
-1
@@ -106,7 +106,7 @@ FSP_API NTSTATUS FspFileSystemCreate(PWSTR DevicePath,
|
||||
FileSystem->EnterOperation = FspFileSystemOpEnter;
|
||||
FileSystem->LeaveOperation = FspFileSystemOpLeave;
|
||||
|
||||
FileSystem->ReparsePointsSymbolicLinks = VolumeParams->ReparsePointsSymbolicLinks;
|
||||
FileSystem->ReparsePointsSymlinkOnly = VolumeParams->ReparsePointsSymlinkOnly;
|
||||
|
||||
*PFileSystem = FileSystem;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user