]> wimlib.net Git - wimlib/blobdiff - src/extract.c
win32_apply.c: fix restore of encrypted files and directories
[wimlib] / src / extract.c
index a8bbcc4ce2a2d0ee83c3c1f79c520dfd0c2af6f3..a5be7d1b333486bc21cdf4e24626b4e61b6ca124 100644 (file)
@@ -1092,9 +1092,6 @@ ref_unnamed_stream(struct wim_dentry *dentry, struct apply_ctx *ctx)
        unsigned stream_idx;
        struct wim_lookup_table_entry *stream;
 
-       if (unlikely(inode_is_encrypted_directory(inode)))
-               return 0;
-
        if (unlikely(ctx->apply_ops->will_externally_back)) {
                ret = (*ctx->apply_ops->will_externally_back)(dentry, ctx);
                if (ret >= 0) {