Signed-off-by: Christian Couder <chrisc...@tuxfamily.org>
---
 odb-helper.c | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/odb-helper.c b/odb-helper.c
index 2cd1f25e83..2e5d8af526 100644
--- a/odb-helper.c
+++ b/odb-helper.c
@@ -67,7 +67,11 @@ static int start_read_object_fn(struct subprocess_entry 
*subprocess)
        if (err)
                goto done;
 
-       err = packet_writel(process->in, "capability=get", "capability=have", 
NULL);
+       err = packet_writel(process->in,
+                           "capability=get",
+                           "capability=put",
+                           "capability=have",
+                           NULL);
        if (err)
                goto done;
 
-- 
2.13.1.565.gbfcd7a9048

Reply via email to