diff options
| author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1997-02-18 16:19:29 +0000 |
|---|---|---|
| committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1997-02-18 16:19:29 +0000 |
| commit | 164f6908535740821a06747948a620fea40b2154 (patch) | |
| tree | 53638602bbe582c1d41a6d8be718f86aa6cb01c3 /release | |
| parent | b0a5b85d065abf098074851a63caa8ec9acfbb99 (diff) | |
Notes
Diffstat (limited to 'release')
| -rw-r--r-- | release/sysinstall/ftp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/release/sysinstall/ftp.c b/release/sysinstall/ftp.c index 3b4b01dab863..1996b96d00a2 100644 --- a/release/sysinstall/ftp.c +++ b/release/sysinstall/ftp.c @@ -191,7 +191,7 @@ mediaGetFTP(Device *dev, char *file, Boolean probe) /* If a hard fail, try to "bounce" the ftp server to clear it */ if (ftpErrno(OpenConn) != 550) { dev->shutdown(dev); - if (ftpErrno(OpenConn) != 421)) /* Timeout? */ + if (ftpErrno(OpenConn) != 421) /* Timeout? */ variable_unset(VAR_FTP_PATH); /* If we can't re-initialize, just forget it */ if (!dev->init(dev)) { |
