summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/network.c
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mageia.org>2012-09-03 11:22:08 +0000
committerThierry Vignaud <tv@mageia.org>2012-09-03 11:22:08 +0000
commit067550ee7da15ab87469d64cf9248fb09e4ca4ad (patch)
tree96d129df7ae00290b248f350bff5258c48480317 /mdk-stage1/network.c
parentd0d223ff7b53a4503210be4cc0b7881873e3d742 (diff)
downloaddrakx-067550ee7da15ab87469d64cf9248fb09e4ca4ad.tar
drakx-067550ee7da15ab87469d64cf9248fb09e4ca4ad.tar.gz
drakx-067550ee7da15ab87469d64cf9248fb09e4ca4ad.tar.bz2
drakx-067550ee7da15ab87469d64cf9248fb09e4ca4ad.tar.xz
drakx-067550ee7da15ab87469d64cf9248fb09e4ca4ad.zip
(http_prepare) s/ftp_prepare/http_prepare/
as spoted on 2012-01-23, but branch never got branched
Diffstat (limited to 'mdk-stage1/network.c')
-rw-r--r--mdk-stage1/network.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mdk-stage1/network.c b/mdk-stage1/network.c
index e86c5a829..7be509810 100644
--- a/mdk-stage1/network.c
+++ b/mdk-stage1/network.c
@@ -1154,7 +1154,7 @@ enum return_type http_prepare(void)
results = choose_mirror_from_list(http_proxy_host, http_proxy_port, "http", &answers[0], &answers[1]);
if (results == RETURN_BACK)
- return ftp_prepare();
+ return http_prepare();
}
results = ask_from_entries_auto("Please enter the name or IP address of the HTTP server, "