diff options
Diffstat (limited to 'mod')
-rw-r--r-- | mod/build-config-module.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/build-config-module.cxx b/mod/build-config-module.cxx index eba753e..6ad2d73 100644 --- a/mod/build-config-module.cxx +++ b/mod/build-config-module.cxx @@ -71,7 +71,7 @@ namespace brep try { - for (const dir_entry& de: dir_iterator (d, false /* ignore_dangling */)) + for (const dir_entry& de: dir_iterator (d, dir_iterator::no_follow)) { if (de.path ().extension () == "pem" && de.type () == entry_type::regular) |