summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sade/variable.c
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1995-05-27 10:47:44 +0000
committerjkh <jkh@FreeBSD.org>1995-05-27 10:47:44 +0000
commitbd92125032e330df18d675d7b0e4104fe0573dcc (patch)
tree4f8ff13ef2bf6807ea0fbfb311091d2377e98b86 /usr.sbin/sade/variable.c
parent7811628c58985af2ecaa6a0baacebcaafccc8cc1 (diff)
downloadFreeBSD-src-bd92125032e330df18d675d7b0e4104fe0573dcc.zip
FreeBSD-src-bd92125032e330df18d675d7b0e4104fe0573dcc.tar.gz
Commit parts of reorg that were diffs. Substantially re-engineer the
extraction and mediaGetFTP() handshaking to solve some unexpected complexities.
Diffstat (limited to 'usr.sbin/sade/variable.c')
-rw-r--r--usr.sbin/sade/variable.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/usr.sbin/sade/variable.c b/usr.sbin/sade/variable.c
index ec3c5b1..4ff9499 100644
--- a/usr.sbin/sade/variable.c
+++ b/usr.sbin/sade/variable.c
@@ -4,7 +4,7 @@
* This is probably the last program in the `sysinstall' line - the next
* generation being essentially a complete rewrite.
*
- * $Id: variable.c,v 1.2 1995/05/20 10:33:13 jkh Exp $
+ * $Id: variable.c,v 1.3 1995/05/26 20:45:20 jkh Exp $
*
* Copyright (c) 1995
* Jordan Hubbard. All rights reserved.
@@ -75,8 +75,6 @@ variable_set(char *var)
void
variable_set2(char *var, char *value)
{
- Variable *newvar;
-
if (!var || !value)
msgFatal("Null name or value passed to set_variable2!");
make_variable(var, value);
OpenPOWER on IntegriCloud