mirror of
https://github.com/winfsp/winfsp.git
synced 2025-11-02 20:18:01 -06:00
src: dll: FspDebugLogRequest, FspDebugLogResponse
This commit is contained in:
@@ -617,6 +617,7 @@ FSP_API NTSTATUS FspFileSystemOpSetVolumeInformation(FSP_FILE_SYSTEM *FileSystem
|
||||
Result = FileSystem->Interface->SetVolumeLabel(FileSystem, Request,
|
||||
(PWSTR)Request->Buffer,
|
||||
&VolumeInfo);
|
||||
break;
|
||||
}
|
||||
|
||||
if (!NT_SUCCESS(Result))
|
||||
|
||||
Reference in New Issue
Block a user