commit 91b1d45698931d7c9d8a54f08430888b237f4b51 from: Omar Polo via: Thomas Adam date: Fri Feb 17 16:54:02 2023 UTC unbreak gotd build after recent change to got_pack_create commit - 9581acf47c439de2d1a7af00644abf2fe366d8c0 commit + 91b1d45698931d7c9d8a54f08430888b237f4b51 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;