Commit acd244626bd968c2c778829782ad831eadbd7dfa

Stefan Sperling 2020-03-18T16:11:29

add a TODO comment

1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/libexec/got-fetch-pack/got-fetch-pack.c b/libexec/got-fetch-pack/got-fetch-pack.c
index d53a548..5725b9a 100644
--- a/libexec/got-fetch-pack/got-fetch-pack.c
+++ b/libexec/got-fetch-pack/got-fetch-pack.c
@@ -221,6 +221,7 @@ got_check_pack_hash(int fd, size_t sz, uint8_t *hcomp)
 int
 got_has_object(struct got_object_id *obj)
 {
+	/* TODO */
 	return 0;
 }