]> git.ipfire.org Git - thirdparty/git.git/commit - fetch.c
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)
commit1b03dfed182a1dc47cc0eb1047a34cd914440ce6
tree90b436b26aa7fc222ecca0e9d9846136c71e6d8a
parentfff8fd5b1ee9c13694c29ba3544f5b1ebf0f4fb2
Fix http-fetch

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>
fetch.c