memfs: MemfsCreate: RootSddl

This commit is contained in:
Bill Zissimopoulos
2016-04-09 12:02:18 -07:00
parent 25911a808c
commit d1b004dc29
4 changed files with 51 additions and 7 deletions

View File

@ -15,7 +15,7 @@ void *memfs_start_ex(ULONG Flags, ULONG FileInfoTimeout)
NTSTATUS Result;
Result = MemfsCreate(Flags, FileInfoTimeout, 1024, 1024 * 1024,
MemfsNet == Flags ? L"\\memfs\\share" : 0, &Memfs);
MemfsNet == Flags ? L"\\memfs\\share" : 0, 0, &Memfs);
ASSERT(NT_SUCCESS(Result));
ASSERT(0 != Memfs);