X-Git-Url: https://wimlib.net/git/?a=blobdiff_plain;f=src%2Fextract.c;h=a5be7d1b333486bc21cdf4e24626b4e61b6ca124;hb=a10b5d147146cf9d6b0279aca63474b101df9e2f;hp=a8bbcc4ce2a2d0ee83c3c1f79c520dfd0c2af6f3;hpb=75e57af7a89f502ac74c16f710654510feb53159;p=wimlib diff --git a/src/extract.c b/src/extract.c index a8bbcc4c..a5be7d1b 100644 --- a/src/extract.c +++ b/src/extract.c @@ -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) {