summaryrefslogtreecommitdiffstats
path: root/mdk-stage1
diff options
context:
space:
mode:
Diffstat (limited to 'mdk-stage1')
-rw-r--r--mdk-stage1/network.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/mdk-stage1/network.c b/mdk-stage1/network.c
index 152d9c22e..b3f536d25 100644
--- a/mdk-stage1/network.c
+++ b/mdk-stage1/network.c
@@ -909,10 +909,8 @@ enum return_type ftp_prepare(void)
results = choose_mirror_from_list(http_proxy_host, http_proxy_port, "ftp", &answers[0], &answers[1]);
- if (results != RETURN_OK) {
- unset_param(MODE_AUTOMATIC); /* we are in a fallback mode */
+ if (results != RETURN_OK)
return ftp_prepare();
- }
}
results = ask_from_entries_auto("Please enter the name or IP address of the FTP server, "