mirror of
https://github.com/opnsense/src.git
synced 2026-03-02 21:31:02 -05:00
As Gary would say: "eeek! I introduced a wee bug."
Fix it.
This commit is contained in:
parent
53a4ccbba0
commit
bb628eaac6
1 changed files with 2 additions and 2 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue