diff options
Diffstat (limited to 'src/arbits')
-rw-r--r-- | src/arbits/slbt_archive_ctx.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/arbits/slbt_archive_ctx.c b/src/arbits/slbt_archive_ctx.c index c9c1a7d..6e93a70 100644 --- a/src/arbits/slbt_archive_ctx.c +++ b/src/arbits/slbt_archive_ctx.c @@ -84,6 +84,7 @@ int slbt_get_archive_ctx( return slbt_free_archive_ctx_impl(ctx, SLBT_NESTED_ERROR(dctx)); + ctx->dctx = dctx; ctx->path = path; ctx->actx.path = &ctx->path; ctx->actx.map = &ctx->map; |