1
0
mirror of https://github.com/winfsp/winfsp.git synced 2026-04-11 01:30:10 -05:00

sys: FspFsextProvider: load provider driver

This commit is contained in:
Bill Zissimopoulos
2019-06-18 20:28:59 -07:00
parent f4496786e5
commit 4ae03629f7
4 changed files with 76 additions and 6 deletions

View File

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