summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/network.c
diff options
context:
space:
mode:
authorOlivier Blin <blino@mageia.org>2011-12-19 21:35:17 +0000
committerOlivier Blin <blino@mageia.org>2011-12-19 21:35:17 +0000
commitadbe7a0cb07feacc83d074f4e910d417a8d5a76a (patch)
treeb7341b8d73d19e1af5fc570bb81b2fbe4f924426 /mdk-stage1/network.c
parent01490c14dd09d414eeb344c4a6ce8c906cc35d89 (diff)
downloaddrakx-adbe7a0cb07feacc83d074f4e910d417a8d5a76a.tar
drakx-adbe7a0cb07feacc83d074f4e910d417a8d5a76a.tar.gz
drakx-adbe7a0cb07feacc83d074f4e910d417a8d5a76a.tar.bz2
drakx-adbe7a0cb07feacc83d074f4e910d417a8d5a76a.tar.xz
drakx-adbe7a0cb07feacc83d074f4e910d417a8d5a76a.zip
fix retrieving mirrorlist, broken in 1.53
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 fa515f02d..870173cd1 100644
--- a/mdk-stage1/network.c
+++ b/mdk-stage1/network.c
@@ -879,7 +879,7 @@ static int choose_mirror_from_list(char *http_proxy_host, char *http_proxy_port,
mirrorlist[0][0] = "Specify the mirror manually";
mirrorlist[1][0] = NULL;
- results = get_mirrorlist(mirrorlist, 1, version, protocol, http_proxy_host, http_proxy_port);
+ results = get_mirrorlist(mirrorlist, 1, DISTRIB_VERSION, protocol, http_proxy_host, http_proxy_port);
if (results == RETURN_ERROR)
return RETURN_ERROR;