From b5088d550d815ae993866329707a915bef05265d Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Tue, 15 Jun 2004 13:46:53 +0000 Subject: allow to go back in proxy selection window --- mdk-stage1/network.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/mdk-stage1/network.c b/mdk-stage1/network.c index 03312bec6..d71cceb87 100644 --- a/mdk-stage1/network.c +++ b/mdk-stage1/network.c @@ -830,7 +830,9 @@ static enum return_type intf_select_and_up(char **http_proxy_host, char **http_p if (results == RETURN_OK) { if (http_proxy_host && http_proxy_port) { - intf_get_http_proxy(sel_intf); + results = intf_get_http_proxy(sel_intf); + if (results != RETURN_OK) + return results; *http_proxy_host = sel_intf->http_proxy_host; *http_proxy_port = sel_intf->http_proxy_port; } -- cgit v1.2.1