summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 4d235c8)
raw | patch | inline | side by side (parent: 4d235c8)
author | Linus Torvalds <torvalds@g5.osdl.org> | |
Sun, 3 Jul 2005 17:00:01 +0000 (10:00 -0700) | ||
committer | Linus Torvalds <torvalds@g5.osdl.org> | |
Sun, 3 Jul 2005 17:00:01 +0000 (10:00 -0700) |
send_pack() was declared to return "int" (although nobody cared), but
didn't actually return anything.
didn't actually return anything.
send-pack.c | patch | blob | history |
diff --git a/send-pack.c b/send-pack.c
index 93674d8e4f037088926e6a558fafefa91b8eff96..3c6abaede73868fdd6d154fe29d0dc701bc0b63a 100644 (file)
--- a/send-pack.c
+++ b/send-pack.c
* We don't wait for the rev-list pipeline in the parent:
* we end up waiting for the other end instead
*/
+ return 0;
}
static int read_ref(const char *ref, unsigned char *sha1)