http-fetch: fix possible segfault
authorNick Hengeveld <nickh@reactrix.com>
Wed, 7 Jun 2006 05:22:35 +0000 (22:22 -0700)
committerJunio C Hamano <junkio@cox.net>
Wed, 7 Jun 2006 05:32:51 +0000 (22:32 -0700)
Initialize an object request's slot to a safe value. A non-NULL value
can cause a segfault if the request is aborted before it starts.

Signed-off-by: Nick Hengeveld <nickh@reactrix.com>
Signed-off-by: Junio C Hamano <junkio@cox.net>
No differences found