Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Lederhofer <matled@gmx.net>2006-07-18 21:14:51 +0400
committerJunio C Hamano <junkio@cox.net>2006-07-25 05:37:40 +0400
commita0764cb838c2f1885fb58ca794c21523fb05c825 (patch)
treecf9eaf527856584bc867823426d964f488662a51
parent8fced61cbc32f0c4b81a3dcecfeb40b7d96339ce (diff)
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;