From 1492a2dbd18874dd52c035d338410eeaf75fc322 Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Tue, 18 Mar 2008 18:04:17 +0000 Subject: do not allow to choose outdated cooker mirror list (#37278) --- mdk-stage1/network.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mdk-stage1') 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 { -- cgit v1.2.1