1
0
mirror of https://github.com/winfsp/winfsp.git synced 2025-10-30 11:38:39 -05:00

Changes following PR remarks

This commit is contained in:
FrKaram
2018-07-01 13:29:52 +02:00
parent fb8cb8aca9
commit a7424c911b
5 changed files with 7 additions and 22 deletions

View File

@@ -255,7 +255,6 @@ namespace memfs
Host.NamedStreams = true;
Host.PostCleanupWhenModifiedOnly = true;
Host.PassQueryDirectoryFileName = true;
Host.FlushAndPurgeOnCleanup = true;
return STATUS_SUCCESS;
}