X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=src%2Fntfs-apply.c;h=3ec0ae75526e89b153495a224d60d0be48302893;hp=4118a30af74dac5fc5e3f626c39d03aa86ae5a69;hb=c6127ff151b2963c5b90e4018f08f53051a97dfd;hpb=2923aa7aa2d75f0f7dbb9a7645d5a1198ef1c7a7 diff --git a/src/ntfs-apply.c b/src/ntfs-apply.c index 4118a30a..3ec0ae75 100644 --- a/src/ntfs-apply.c +++ b/src/ntfs-apply.c @@ -268,7 +268,7 @@ static int apply_reparse_data(ntfs_inode *ni, const struct dentry *dentry, wimlib_assert(dentry->attributes & FILE_ATTRIBUTE_REPARSE_POINT); - lte = dentry_first_lte(dentry, w->lookup_table); + lte = dentry_unnamed_lte(dentry, w->lookup_table); DEBUG("Applying reparse data to `%s'", dentry->full_path_utf8);