From: Ted Lemon Date: Fri, 1 Sep 2000 19:35:38 +0000 (+0000) Subject: Undo wrong-headed update to match parser. X-Git-Tag: V3-BETA-2-PATCH-1~14 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=06d3e394800e5312eafaec998251965615515d00;p=thirdparty%2Fdhcp.git Undo wrong-headed update to match parser. --- diff --git a/server/confpars.c b/server/confpars.c index 76733153f..c197e288b 100644 --- a/server/confpars.c +++ b/server/confpars.c @@ -43,7 +43,7 @@ #ifndef lint static char copyright[] = -"$Id: confpars.c,v 1.125 2000/09/01 00:10:26 mellon Exp $ Copyright (c) 1995-2000 The Internet Software Consortium. All rights reserved.\n"; +"$Id: confpars.c,v 1.126 2000/09/01 19:35:38 mellon Exp $ Copyright (c) 1995-2000 The Internet Software Consortium. All rights reserved.\n"; #endif /* not lint */ #include "dhcpd.h" @@ -1745,7 +1745,6 @@ int parse_class_declaration (cp, cfile, group, type) } token = next_token (&val, cfile); class -> spawning = 1; - submatch: token = next_token (&val, cfile); if (token != WITH) { parse_warn (cfile, @@ -1753,6 +1752,7 @@ int parse_class_declaration (cp, cfile, group, type) skip_to_semi (cfile); break; } + submatch: if (class -> submatch) { parse_warn (cfile, "can't override existing %s.",