Fix bug introduced by the latest changes to git-pack-redundant
authorLukas Sandström <lukass@etek.chalmers.se>
Fri, 18 Nov 2005 16:30:29 +0000 (17:30 +0100)
committerJunio C Hamano <junkio@cox.net>
Fri, 18 Nov 2005 19:20:34 +0000 (11:20 -0800)
commit3afd169480f1970baeb54be639a496c71ff1e0a9
tree6f0fa330ba627a11edc95423fdf23cbba3e1fac5
parentc3e24a7d461abaacc16c014ee427b37ab0102ca7
Fix bug introduced by the latest changes to git-pack-redundant

I forgot to initialize part of the pll struct when copying it.
Found by valgrind.

Signed-off-by: Lukas Sandström <lukass@etek.chalmers.se>
Signed-off-by: Junio C Hamano <junkio@cox.net>
pack-redundant.c