diff options
-rw-r--r-- | http-fetch.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/http-fetch.c b/http-fetch.c index 661c909152..d3602b7d7d 100644 --- a/http-fetch.c +++ b/http-fetch.c @@ -399,6 +399,7 @@ void prefetch(unsigned char *sha1) snprintf(newreq->filename, sizeof(newreq->filename), "%s", filename); snprintf(newreq->tmpfile, sizeof(newreq->tmpfile), "%s.temp", filename); + newreq->slot = NULL; newreq->next = NULL; if (object_queue_head == NULL) { |