From 3c340345c03824c7f441dade93a04bdaf9fd989e Mon Sep 17 00:00:00 2001 From: Bill Zissimopoulos Date: Thu, 26 Jan 2017 23:22:59 -0800 Subject: [PATCH] tst: passthrough: PassQueryDirectoryPattern --- tst/passthrough/passthrough.c | 1 + 1 file changed, 1 insertion(+) diff --git a/tst/passthrough/passthrough.c b/tst/passthrough/passthrough.c index 502e500b..c785a24e 100644 --- a/tst/passthrough/passthrough.c +++ b/tst/passthrough/passthrough.c @@ -682,6 +682,7 @@ static NTSTATUS PtfsCreate(PWSTR Path, PWSTR VolumePrefix, PWSTR MountPoint, UIN VolumeParams.UnicodeOnDisk = 1; VolumeParams.PersistentAcls = 1; VolumeParams.PostCleanupWhenModifiedOnly = 1; + VolumeParams.PassQueryDirectoryPattern = 1; VolumeParams.UmFileContextIsUserContext2 = 1; if (0 != VolumePrefix) wcscpy_s(VolumeParams.Prefix, sizeof VolumeParams.Prefix / sizeof(WCHAR), VolumePrefix);