Signed-off-by: Christian Couder <chriscool@xxxxxxxxxxxxx> --- odb-helper.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/odb-helper.c b/odb-helper.c index e21113c0b8..2cd1f25e83 100644 --- a/odb-helper.c +++ b/odb-helper.c @@ -67,7 +67,7 @@ static int start_read_object_fn(struct subprocess_entry *subprocess) if (err) goto done; - err = packet_writel(process->in, "capability=get", NULL); + err = packet_writel(process->in, "capability=get", "capability=have", NULL); if (err) goto done; -- 2.13.1.565.gbfcd7a9048