Update memfs-test.c

This commit is contained in:
John Oberschelp
2017-10-31 15:36:09 -07:00
committed by GitHub
parent 91c714dd53
commit 4adc0d4700

View File

@ -40,10 +40,7 @@ void *memfs_start_ex(ULONG Flags, ULONG FileInfoTimeout)
FileInfoTimeout,
1024,
1024 * 1024,
0,0,0, // Slowio
MemfsNet == Flags ? L"\\memfs\\share" : 0,
MemfsNet == Flags ? L"\\memfs\\share" : 0,
0,
&Memfs);
ASSERT(NT_SUCCESS(Result));