summaryrefslogtreecommitdiff
path: root/src/envfs.cpp
diff options
context:
space:
mode:
authorisanae <14251494+isanae@users.noreply.github.com>2020-05-20 06:55:01 -0400
committerGitHub <noreply@github.com>2020-05-20 06:55:01 -0400
commitc214b67ae784537d696a53c8cae00676eefd3841 (patch)
treefdaa4f74d1e0126d641a0d6d27b48f502ca724ac /src/envfs.cpp
parent14d1ea87f99ad92886b428272fc99be6478e9ba6 (diff)
parent89db02eb9451d1527b59736fee47b20feb8130cc (diff)
Merge pull request #1073 from Holt59/fix-missing-junction-plugins
Fix issue with plugins in junction mods not being activated.
Diffstat (limited to 'src/envfs.cpp')
-rw-r--r--src/envfs.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/envfs.cpp b/src/envfs.cpp
index cea36d3c..a8af967b 100644
--- a/src/envfs.cpp
+++ b/src/envfs.cpp
@@ -228,7 +228,7 @@ void forEachEntryImpl(
status = NtOpenFile(
&oa.RootDirectory, FILE_GENERIC_READ, poa, &iosb, FILE_SHARE_VALID_FLAGS,
- FILE_SYNCHRONOUS_IO_NONALERT|FILE_OPEN_REPARSE_POINT|FILE_OPEN_FOR_BACKUP_INTENT);
+ FILE_SYNCHRONOUS_IO_NONALERT|FILE_OPEN_FOR_BACKUP_INTENT);
if (status < 0) {
log::error(