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:
Carlos Martín Nieto 2014-04-26 18:15:39 +02:00
parent c7f86efb13
commit 38d338b2b8

View File

@ -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;