]> wimlib.net Git - wimlib/blobdiff - src/ntfs-apply.c
extract_image.c: Simplify applying stream list
[wimlib] / src / ntfs-apply.c
index 3881f0f4e6562bfb37a1313e733423b60de7b7ad..0297e7245f9037d18eb46dcb22b004e93fcdd4e9 100644 (file)
@@ -407,7 +407,7 @@ do_apply_dentry_ntfs(struct wim_dentry *dentry, ntfs_inode *dir_ni,
        mode_t type;
        ntfs_inode *ni = NULL;
        struct wim_inode *inode = dentry->d_inode;
-       dentry->is_extracted = 1;
+       dentry->needs_extraction = 0;
 
        if (inode->i_attributes & FILE_ATTRIBUTE_DIRECTORY) {
                type = S_IFDIR;