From: Ted Lemon Date: Fri, 6 Nov 1998 00:30:19 +0000 (+0000) Subject: Initialize automatic expression variable. X-Git-Tag: carrel-2~36 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=44aa67f6cea9147452a079eeaca0a8018fe93248;p=thirdparty%2Fdhcp.git Initialize automatic expression variable. --- diff --git a/common/parse.c b/common/parse.c index f98acb575..73e1aed66 100644 --- a/common/parse.c +++ b/common/parse.c @@ -42,7 +42,7 @@ #ifndef lint static char copyright[] = -"$Id: parse.c,v 1.9 1998/11/06 00:13:03 mellon Exp $ Copyright (c) 1995, 1996 The Internet Software Consortium. All rights reserved.\n"; +"$Id: parse.c,v 1.10 1998/11/06 00:30:19 mellon Exp $ Copyright (c) 1995, 1996 The Internet Software Consortium. All rights reserved.\n"; #endif /* not lint */ #include "dhcpd.h" @@ -1666,6 +1666,7 @@ struct executable_statement *parse_option_statement (cfile, lookups, if (*fmt == 'A') break; tmp = expr; + expr = (struct expression *)0; if (!parse_option_token (&expr, cfile, fmt, tmp, uniform, lookups)) { expression_dereference