summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1995-05-27 21:18:07 +0000
committerjkh <jkh@FreeBSD.org>1995-05-27 21:18:07 +0000
commitca8242ab1848c07abea376675ce3ec0c8a437cc8 (patch)
treecafeb79614f6ff3d6330191808b733dc0c8a0764
parent68a9fa97d8213c209c2021a3296ba45435dcebed (diff)
downloadFreeBSD-src-ca8242ab1848c07abea376675ce3ec0c8a437cc8.zip
FreeBSD-src-ca8242ab1848c07abea376675ce3ec0c8a437cc8.tar.gz
As Gary would say: "eeek! I introduced a wee bug."
Fix it.
-rw-r--r--release/sysinstall/ftp_strat.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/release/sysinstall/ftp_strat.c b/release/sysinstall/ftp_strat.c
index 60363b3..7fbfe25 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.1 1995/05/27 10:38:55 jkh Exp $
+ * $Id: ftp_strat.c,v 1.2 1995/05/27 20:50:10 jkh Exp $
*
* Copyright (c) 1995
* Jordan Hubbard. All rights reserved.
@@ -60,7 +60,7 @@ mediaInitFTP(Device *dev)
{
int i;
char *cp, *hostname, *dir;
- char *my_name, email[BUFSIZ], url[BUFSIZE];
+ char *my_name, email[BUFSIZ], url[BUFSIZ];
Device *netDevice = (Device *)dev->private;
if (ftpInitted)
OpenPOWER on IntegriCloud