1
0
mirror of https://github.com/winfsp/winfsp.git synced 2025-12-24 21:12:46 -06:00
This commit is contained in:
Bill Zissimopoulos
2016-01-03 15:08:05 -08:00
parent 5e09c1e045
commit b3f9e7e32d
3 changed files with 27 additions and 12 deletions

View File

@@ -40,7 +40,7 @@ FSP_API NTSTATUS FspFileSystemCreate(PWSTR DevicePath,
}
FileSystem->Dispatcher = FspFileSystemDirectDispatcher;
FileSystem->Operations[FspFsctlTransactCreateKind] = 0;
FileSystem->Operations[FspFsctlTransactCreateKind] = FspFileSystemOpCreate;
// !!!: ...
FileSystem->Interface = Interface;