mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-03 08:22:44 +00:00
Sheesh - it's a lot easier to call mediaSetFTP() than to duplicate the
code (I'm hungry, I can't concentrate! :-).
This commit is contained in:
parent
4dcc16b986
commit
f8ec2c99b0
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=18637
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user