From 46395ee137ff35a6dcb21be4c3e86459bee84d57 Mon Sep 17 00:00:00 2001 From: Chris Lumens Date: Fri, 12 Oct 2007 20:05:35 +0000 Subject: Might help to pass the headers to the right function. --- loader2/urlinstall.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/loader2/urlinstall.c b/loader2/urlinstall.c index c6c5030e5..c4fe21c00 100644 --- a/loader2/urlinstall.c +++ b/loader2/urlinstall.c @@ -428,7 +428,7 @@ int getFileFromUrl(char * url, char * dest, } } - fd = urlinstStartTransfer(&ui, file, NULL); + fd = urlinstStartTransfer(&ui, file, ehdrs); if (fd < 0) { logMessage(ERROR, "failed to retrieve http://%s/%s%s", ui.address, ui.prefix, file); retval = 1; -- cgit