From bd92125032e330df18d675d7b0e4104fe0573dcc Mon Sep 17 00:00:00 2001 From: jkh Date: Sat, 27 May 1995 10:47:44 +0000 Subject: Commit parts of reorg that were diffs. Substantially re-engineer the extraction and mediaGetFTP() handshaking to solve some unexpected complexities. --- usr.sbin/sade/variable.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'usr.sbin/sade/variable.c') 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); -- cgit v1.1