mirror of
https://github.com/winfsp/winfsp.git
synced 2025-12-24 21:12:46 -06:00
dll: WIP
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user