As Gary would say: "eeek! I introduced a wee bug."

Fix it.
This commit is contained in:
jkh 1995-05-27 21:18:07 +00:00
parent 68a9fa97d8
commit ca8242ab18

View File

@ -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)