Fix http-fetch
authorJohannes Schindelin <Johannes.Schindelin@gmx.de>
Sat, 29 Jul 2006 00:10:07 +0000 (02:10 +0200)
committerJunio C Hamano <junkio@cox.net>
Sat, 29 Jul 2006 00:13:00 +0000 (17:13 -0700)
With the latest changes in fetch.c, http-fetch crashed accessing
write_ref[i], where write_ref was NULL.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <junkio@cox.net>
No differences found