mirror of
https://github.com/winfsp/winfsp.git
synced 2025-11-09 07:28:38 -06:00
sys: FspFsextProvider: load provider driver
This commit is contained in:
@@ -113,7 +113,7 @@ static NTSTATUS FspFsctlFileSystemControl(
|
||||
FsvolDeviceExtension->VolumeParams.FsextControlCode)
|
||||
{
|
||||
FSP_FSEXT_PROVIDER *Provider = FspFsextProvider(
|
||||
FsvolDeviceExtension->VolumeParams.FsextControlCode);
|
||||
FsvolDeviceExtension->VolumeParams.FsextControlCode, 0);
|
||||
if (0 != Provider)
|
||||
Result = Provider->DeviceTransact(FsvolDeviceObject, Irp);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user