Commit 38d338b2 by Carlos Martín Nieto

pack-objects: always write out the status in write_one()

Make sure we set the output parameter to a value.
parent c7f86efb
......@@ -406,6 +406,7 @@ static int write_one(
po->delta = NULL;
}
*status = WRITE_ONE_WRITTEN;
po->written = 1;
po->recursing = 0;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment