diff options
author | Chris Lumens <clumens@redhat.com> | 2007-10-12 20:05:35 +0000 |
---|---|---|
committer | Chris Lumens <clumens@redhat.com> | 2007-10-12 20:05:35 +0000 |
commit | 46395ee137ff35a6dcb21be4c3e86459bee84d57 (patch) | |
tree | 09c4651ccddf4eb1b3d02b0c67eb29ad88d1bc00 /loader2 | |
parent | fdbc3722623ebceacd749929ced3271eb0244b79 (diff) | |
download | anaconda-46395ee137ff35a6dcb21be4c3e86459bee84d57.tar.gz anaconda-46395ee137ff35a6dcb21be4c3e86459bee84d57.tar.xz anaconda-46395ee137ff35a6dcb21be4c3e86459bee84d57.zip |
Might help to pass the headers to the right function.
Diffstat (limited to 'loader2')
-rw-r--r-- | loader2/urlinstall.c | 2 |
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; |