aboutsummaryrefslogtreecommitdiff
path: root/bpkg/manifest-utility.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'bpkg/manifest-utility.cxx')
-rw-r--r--bpkg/manifest-utility.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/bpkg/manifest-utility.cxx b/bpkg/manifest-utility.cxx
index 5bd273d..7a431b3 100644
--- a/bpkg/manifest-utility.cxx
+++ b/bpkg/manifest-utility.cxx
@@ -373,8 +373,7 @@ namespace bpkg
{
vector<pair<path, path>> r;
- for (const dir_entry& de:
- dir_iterator (config, false /* ignore_dangling */))
+ for (const dir_entry& de: dir_iterator (config, dir_iterator::no_follow))
{
if (de.type () == entry_type::regular)
{