summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Lederhofer <matled@gmx.net>2006-07-18 19:14:51 +0200
committerJunio C Hamano <junkio@cox.net>2006-07-24 18:37:40 -0700
commita0764cb838c2f1885fb58ca794c21523fb05c825 (patch)
treecf9eaf527856584bc867823426d964f488662a51
parent8fced61cbc32f0c4b81a3dcecfeb40b7d96339ce (diff)
downloadgit-1.4.1.1.tar.gz
upload-pack: fix timeout in create_pack_filev1.4.1.1
Signed-off-by: Matthias Lederhofer <matled@gmx.net> Signed-off-by: Junio C Hamano <junkio@cox.net>
-rw-r--r--upload-pack.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/upload-pack.c b/upload-pack.c
index b18eb9ba0d..638e257c94 100644
--- a/upload-pack.c
+++ b/upload-pack.c
@@ -178,6 +178,8 @@ static void create_pack_file(void)
ssize_t sz;
int pe, pu, pollsize;
+ reset_timeout();
+
pollsize = 0;
pe = pu = -1;