summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2007-10-12 20:05:35 +0000
committerChris Lumens <clumens@redhat.com>2007-10-12 20:05:35 +0000
commit46395ee137ff35a6dcb21be4c3e86459bee84d57 (patch)
tree09c4651ccddf4eb1b3d02b0c67eb29ad88d1bc00
parentfdbc3722623ebceacd749929ced3271eb0244b79 (diff)
downloadanaconda-46395ee137ff35a6dcb21be4c3e86459bee84d57.tar.gz
anaconda-46395ee137ff35a6dcb21be4c3e86459bee84d57.tar.xz
anaconda-46395ee137ff35a6dcb21be4c3e86459bee84d57.zip
Might help to pass the headers to the right function.
-rw-r--r--loader2/urlinstall.c2
1 files changed, 1 insertions, 1 deletions
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;