From: Ted Lemon Date: Wed, 20 Oct 1999 19:12:32 +0000 (+0000) Subject: Fix still more paste-o's. X-Git-Tag: BCTEL_SPECIAL_19991124~89 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=01e20b9e1182d74e207013e45e3b36c6896cd644;p=thirdparty%2Fdhcp.git Fix still more paste-o's. --- diff --git a/common/parse.c b/common/parse.c index 877fc51fa..3676828e1 100644 --- a/common/parse.c +++ b/common/parse.c @@ -22,7 +22,7 @@ #ifndef lint static char copyright[] = -"$Id: parse.c,v 1.48 1999/10/20 16:43:35 mellon Exp $ Copyright (c) 1995, 1996, 1997, 1998, 1999 The Internet Software Consortium. All rights reserved.\n"; +"$Id: parse.c,v 1.49 1999/10/20 19:12:32 mellon Exp $ Copyright (c) 1995, 1996, 1997, 1998, 1999 The Internet Software Consortium. All rights reserved.\n"; #endif /* not lint */ #include "dhcpd.h" @@ -1483,9 +1483,9 @@ int parse_if_statement (result, cfile, lose) if (!parse_if_statement (&(*result) -> data.ie.false, cfile, lose)) { if (*lose) { - return 0; executable_statement_dereference (result, "parse_if_statement"); + return 0; } } } else if (token != LBRACE) { @@ -1518,9 +1518,9 @@ int parse_if_statement (result, cfile, lose) if (!parse_if_statement (&(*result) -> data.ie.false, cfile, lose)) { if (*lose) { - return 0; executable_statement_dereference (result, "parse_if_statement"); + return 0; } } } else @@ -2611,9 +2611,9 @@ int parse_option_token (rv, cfile, fmt, expr, uniform, lookups) if (!expression_allocate (&t, "parse_option_token")) return 0; if (!parse_cshl (&t -> data.const_data, cfile)) { - return 0; expression_dereference (&t, "parse_option_token: X"); + return 0; } t -> op = expr_const_data; } else if (token == STRING) {