mirror of
https://github.com/winfsp/winfsp.git
synced 2025-07-03 09:22:57 -05:00
sys, winfsp-tests: rename SerialNumber to VolumeSerialNumber
This commit is contained in:
@ -177,7 +177,7 @@ static NTSTATUS FspFsvolQueryFsVolumeInformation(
|
||||
ULONG CopyLength;
|
||||
|
||||
Info->VolumeCreationTime.QuadPart = VolumeInfo->VolumeCreationTime;
|
||||
Info->VolumeSerialNumber = FsvolDeviceExtension->VolumeParams.SerialNumber;
|
||||
Info->VolumeSerialNumber = FsvolDeviceExtension->VolumeParams.VolumeSerialNumber;
|
||||
Info->VolumeLabelLength = VolumeInfo->VolumeLabelLength;
|
||||
Info->SupportsObjects = FALSE;
|
||||
|
||||
|
Reference in New Issue
Block a user