X-Git-Url: https://wimlib.net/git/?a=blobdiff_plain;f=src%2Fntfs-capture.c;h=a9ad174a3ef278a214b9304f21c97c2e4ee8e380;hb=4c0b550db9af85d0f1da1cb0d8ae738498a6e9e5;hp=8d1fe0e6409023cb4386c7dbbb0558f844eaa231;hpb=28e195e762f05766ade7d5f04881ba1d5e04c1dd;p=wimlib diff --git a/src/ntfs-capture.c b/src/ntfs-capture.c index 8d1fe0e6..a9ad174a 100644 --- a/src/ntfs-capture.c +++ b/src/ntfs-capture.c @@ -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; }