upload-pack: fix timeout in create_pack_file

Signed-off-by: Matthias Lederhofer <matled@gmx.net>
Signed-off-by: Junio C Hamano <junkio@cox.net>
maint
Matthias Lederhofer 2006-07-18 19:14:51 +02:00 committed by Junio C Hamano
parent 5e27e27e5d
commit 0d516adab8
1 changed files with 2 additions and 0 deletions

View File

@ -182,6 +182,8 @@ static void create_pack_file(void)
ssize_t sz;
int pe, pu, pollsize;

reset_timeout();

pollsize = 0;
pe = pu = -1;