diff options
author | Olivier Blin <oblin@mandriva.com> | 2008-03-18 18:04:17 +0000 |
---|---|---|
committer | Olivier Blin <oblin@mandriva.com> | 2008-03-18 18:04:17 +0000 |
commit | 1492a2dbd18874dd52c035d338410eeaf75fc322 (patch) | |
tree | f2f2e1c136bfe95716d9337f84fa51674165b0bf | |
parent | 7022ce85acf4493a0a9ae61a57dac0cc5a303819 (diff) | |
download | drakx-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)
-rw-r--r-- | mdk-stage1/network.c | 2 |
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 { |