X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=src%2Fextract.c;h=446b55551b29337b6e2d5fdd08e027b58fa2162b;hp=51684f0e2b9c3249fc4865516eac1748e757e114;hb=d1301021c8edf915004faf291f31e4c99b0bcfde;hpb=773fafce334bd429d35365adfd377a0b63c66953 diff --git a/src/extract.c b/src/extract.c index 51684f0e..446b5555 100644 --- a/src/extract.c +++ b/src/extract.c @@ -740,9 +740,7 @@ extract_security(const tchar *path, struct apply_ctx *ctx, desc_size = sd->sizes[inode->i_security_id]; ret = ctx->ops->set_security_descriptor(path, desc, - desc_size, ctx, - !!(ctx->extract_flags & - WIMLIB_EXTRACT_FLAG_STRICT_ACLS)); + desc_size, ctx); if (ret) { if (ctx->extract_flags & WIMLIB_EXTRACT_FLAG_STRICT_ACLS) { ERROR_WITH_ERRNO("Failed to set security "