sys,dll: rename VolumeParams::ReparsePoints* fields

This commit is contained in:
Bill Zissimopoulos
2016-08-21 23:36:09 -07:00
parent 1298dd842d
commit fee75590a8
6 changed files with 15 additions and 15 deletions

View File

@ -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;