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 23:42:50 -08:00
parent cef8add09f
commit f27dee21ef
3 changed files with 4 additions and 4 deletions

View File

@@ -25,7 +25,7 @@ FSP_API NTSTATUS FspFileSystemCreate(PWSTR DevicePath,
*PFileSystem = 0;
if (0 == Interface)
Interface = FspFileSystemNullInterface;
Interface = &FspFileSystemNullInterface;
FileSystem = MemAlloc(sizeof *FileSystem);
if (0 == FileSystem)