mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-09 15:00:04 +00:00
pack-objects: always write out the status in write_one()
Make sure we set the output parameter to a value.
This commit is contained in:
parent
c7f86efb13
commit
38d338b2b8
@ -406,6 +406,7 @@ static int write_one(
|
|||||||
po->delta = NULL;
|
po->delta = NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
*status = WRITE_ONE_WRITTEN;
|
||||||
po->written = 1;
|
po->written = 1;
|
||||||
po->recursing = 0;
|
po->recursing = 0;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user