Commit 0f06079ff7426dcffacc14db0c25dc33cf8de601

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

add a TODO comment

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/libexec/got-fetch-pack/got-fetch-pack.c b/libexec/got-fetch-pack/got-fetch-pack.c
index fa4751c..238222e 100644
--- a/libexec/got-fetch-pack/got-fetch-pack.c
+++ b/libexec/got-fetch-pack/got-fetch-pack.c
@@ -137,7 +137,7 @@ writepkt(int fd, char *buf, int nbuf)
 	return 0;
 }
 
-
+/* TODO: This should not access the file system! */
 int
 got_resolve_remote_ref(struct got_object_id *id, char *ref)
 {