diff options
Diffstat (limited to 'src/driver')
-rw-r--r-- | src/driver/tpax_amain.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/driver/tpax_amain.c b/src/driver/tpax_amain.c index 9d87e18..3d138ce 100644 --- a/src/driver/tpax_amain.c +++ b/src/driver/tpax_amain.c @@ -54,7 +54,7 @@ static void tpax_perform_unit_actions( struct tpax_unit_ctx * uctx) { if (dctx->cctx->drvflags & TPAX_DRIVER_EXEC_MODE_WRITE) - tpax_archive_append(dctx,uctx); + tpax_archive_append(dctx,uctx,0); } static int tpax_exit(struct tpax_driver_ctx * dctx, int ret) |