]> wimlib.net Git - wimlib/blobdiff - src/ntfs-capture.c
Relative file exclusion
[wimlib] / src / ntfs-capture.c
index 8d1fe0e6409023cb4386c7dbbb0558f844eaa231..a9ad174a3ef278a214b9304f21c97c2e4ee8e380 100644 (file)
@@ -435,7 +435,7 @@ static int __build_dentry_tree_ntfs(struct dentry **root_p, ntfs_inode *ni,
        int ret = 0;
        struct dentry *root;
 
-       if (exclude_path(path, config)) {
+       if (exclude_path(path, config, false)) {
                DEBUG("Excluding `%s' from capture", path);
                return 0;
        }