summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sysinstall/media.c
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1996-06-17 23:04:24 +0000
committerjkh <jkh@FreeBSD.org>1996-06-17 23:04:24 +0000
commitcdc8a8df5449322c1bfdce74eda83aeb3f0d667a (patch)
treeeb2bbd66d7f3820ee1c630c4fea4df0f7a3560e8 /usr.sbin/sysinstall/media.c
parent435fbbfe95fac14194669655c413993547a91f55 (diff)
downloadFreeBSD-src-cdc8a8df5449322c1bfdce74eda83aeb3f0d667a.zip
FreeBSD-src-cdc8a8df5449322c1bfdce74eda83aeb3f0d667a.tar.gz
ack - left in a typo. Time for bed!
Diffstat (limited to 'usr.sbin/sysinstall/media.c')
-rw-r--r--usr.sbin/sysinstall/media.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/sysinstall/media.c b/usr.sbin/sysinstall/media.c
index bd54d00..770ca9c 100644
--- a/usr.sbin/sysinstall/media.c
+++ b/usr.sbin/sysinstall/media.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: media.c,v 1.40 1996/06/16 21:57:31 jkh Exp $
+ * $Id: media.c,v 1.41 1996/06/17 21:48:28 jkh Exp $
*
* Copyright (c) 1995
* Jordan Hubbard. All rights reserved.
@@ -315,7 +315,7 @@ mediaSetFTP(dialogMenuItem *self)
}
variable_set2(VAR_FTP_HOST, hostname);
variable_set2(VAR_FTP_DIR, dir ? dir : "/");
- variable_set2(VAR_FTP_PORT, itoa(port));
+ variable_set2(VAR_FTP_PORT, itoa(FtpPort));
ftpDevice.type = DEVICE_TYPE_FTP;
ftpDevice.init = mediaInitFTP;
ftpDevice.get = mediaGetFTP;
OpenPOWER on IntegriCloud