summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/network.c
diff options
context:
space:
mode:
authorOlivier Blin <oblin@mandriva.com>2008-03-18 18:04:17 +0000
committerOlivier Blin <oblin@mandriva.com>2008-03-18 18:04:17 +0000
commit1492a2dbd18874dd52c035d338410eeaf75fc322 (patch)
treef2f2e1c136bfe95716d9337f84fa51674165b0bf /mdk-stage1/network.c
parent7022ce85acf4493a0a9ae61a57dac0cc5a303819 (diff)
downloaddrakx-1492a2dbd18874dd52c035d338410eeaf75fc322.tar
drakx-1492a2dbd18874dd52c035d338410eeaf75fc322.tar.gz
drakx-1492a2dbd18874dd52c035d338410eeaf75fc322.tar.bz2
drakx-1492a2dbd18874dd52c035d338410eeaf75fc322.tar.xz
drakx-1492a2dbd18874dd52c035d338410eeaf75fc322.zip
do not allow to choose outdated cooker mirror list (#37278)
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 1729ff5ff..ef66ddb40 100644
--- a/mdk-stage1/network.c
+++ b/mdk-stage1/network.c
@@ -853,7 +853,7 @@ static int choose_mirror_from_host_list(mirrorlist_t mirrorlist, char **selected
static int choose_mirror_from_list(char *http_proxy_host, char *http_proxy_port, const char *protocol, char **selected_host, char **filepath)
{
enum return_type results;
- char *versions[] = { "Specify the mirror manually", DISTRIB_VERSION, "cooker", NULL };
+ char *versions[] = { "Specify the mirror manually", DISTRIB_VERSION, NULL };
char *version = DISTRIB_VERSION;
do {