summaryrefslogtreecommitdiffstats
path: root/release
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1996-10-02 02:28:21 +0000
committerjkh <jkh@FreeBSD.org>1996-10-02 02:28:21 +0000
commit2558207716d0e83ea33ad32fa31fb9fe6025935e (patch)
treeb94110f88eb4887ae5a3e0e4ae5a0b195f2a9aaa /release
parentece7db74ef2006855d1302d0acc85bfd5533a76e (diff)
downloadFreeBSD-src-2558207716d0e83ea33ad32fa31fb9fe6025935e.zip
FreeBSD-src-2558207716d0e83ea33ad32fa31fb9fe6025935e.tar.gz
Sheesh - it's a lot easier to call mediaSetFTP() than to duplicate the
code (I'm hungry, I can't concentrate! :-).
Diffstat (limited to 'release')
-rw-r--r--release/sysinstall/ftp_strat.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/release/sysinstall/ftp_strat.c b/release/sysinstall/ftp_strat.c
index f20337d..5b56629 100644
--- a/release/sysinstall/ftp_strat.c
+++ b/release/sysinstall/ftp_strat.c
@@ -4,7 +4,7 @@
* This is probably the last attempt in the `sysinstall' line, the next
* generation being slated to essentially a complete rewrite.
*
- * $Id: ftp_strat.c,v 1.24 1996/10/02 01:30:34 jkh Exp $
+ * $Id: ftp_strat.c,v 1.25 1996/10/02 02:02:16 jkh Exp $
*
* Copyright (c) 1995
* Jordan Hubbard. All rights reserved.
@@ -120,10 +120,10 @@ try:
"the release you're trying to fetch or go to the Options\n"
"menu and to set the release name to explicitly match what's\n"
"available on %s (or set to \"none\").\n\n"
- "Would you like to select another FTP server?", rel, hostname)) {
- dialog_clear_norefresh();
+ "Would you like to select another FTP server?",
+ rel, hostname)) {
variable_unset(VAR_FTP_PATH);
- if (!dmenuOpenSimple(&MenuMediaFTP, FALSE))
+ if (DITEM_STATUS(mediaSetFTP(NULL)) == DITEM_FAILURE)
goto punt;
else
goto try;
OpenPOWER on IntegriCloud