Commit Diff


commit - c2f6116512a017b5c892b5e6cb42c7668d9566a1
commit + 98350b2093e571c5d8143e22d85c1f515a6c85f4
blob - 050a774d3a1387573a851619c802261f01af1e1f
blob + 0daab349e7c710cf67f34278732cdcaea2cf66e6
--- gotd/repo_read.c
+++ gotd/repo_read.c
@@ -647,7 +647,7 @@ send_packfile(struct imsg *imsg, struct gotd_imsgev *i
 	err = got_pack_create(packsha1, client->pack_pipe, delta_cache,
 	    client->have_ids.ids, client->have_ids.nids,
 	    client->want_ids.ids, client->want_ids.nids,
-	    repo_read.repo, 0, 1, pack_progress, &pa, &rl,
+	    repo_read.repo, 0, 1, 0, pack_progress, &pa, &rl,
 	    check_cancelled, NULL);
 	if (err)
 		goto done;