diff --git a/src/driver/pe_unit_ctx.c b/src/driver/pe_unit_ctx.c index e542681..5090256 100644 --- a/src/driver/pe_unit_ctx.c +++ b/src/driver/pe_unit_ctx.c @@ -42,7 +42,7 @@ int pe_get_unit_ctx( memcpy(&ctx->cctx,dctx->cctx, sizeof(ctx->cctx)); - ctx->path = ctx->path; + ctx->path = path; ctx->ioctx.prot = prot; ctx->uctx.path = &ctx->path;