From c21ae0aba756ea98877f7d1617394ed8d8acdcb7 Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Tue, 15 Jun 2004 11:54:48 +0000 Subject: fix return code handling in mirror list selection --- 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 ec95df0f0..03312bec6 100644 --- a/mdk-stage1/network.c +++ b/mdk-stage1/network.c @@ -792,7 +792,7 @@ static int choose_mirror_from_list(char *http_proxy_host, char *http_proxy_port, } } while (results == RETURN_ERROR); - return RETURN_ERROR; + return results; } -- cgit v1.2.1