diff options
Diffstat (limited to 'midx-write.c')
| -rw-r--r-- | midx-write.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/midx-write.c b/midx-write.c index 23e61cb000..e3e9be6d03 100644 --- a/midx-write.c +++ b/midx-write.c @@ -1458,7 +1458,7 @@ static int write_midx_internal(struct odb_source *source, } if (ctx.m || ctx.base_midx) - close_object_store(ctx.repo->objects); + odb_close(ctx.repo->objects); if (commit_lock_file(&lk) < 0) die_errno(_("could not write multi-pack-index")); |
