From: Ted Lemon Date: Thu, 21 Oct 1999 02:33:40 +0000 (+0000) Subject: Add DECLINES. X-Git-Tag: BCTEL_SPECIAL_19991124~85 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1038f739acff1d276088293113edf70533974eb6;p=thirdparty%2Fdhcp.git Add DECLINES. --- diff --git a/common/conflex.c b/common/conflex.c index e29793ef5..bd862807e 100644 --- a/common/conflex.c +++ b/common/conflex.c @@ -22,7 +22,7 @@ #ifndef lint static char copyright[] = -"$Id: conflex.c,v 1.60 1999/10/20 20:55:45 mellon Exp $ Copyright (c) 1995, 1996, 1997, 1998, 1999 The Internet Software Consortium. All rights reserved.\n"; +"$Id: conflex.c,v 1.61 1999/10/21 02:33:40 mellon Exp $ Copyright (c) 1995, 1996, 1997, 1998, 1999 The Internet Software Consortium. All rights reserved.\n"; #endif /* not lint */ #include "dhcpd.h" @@ -493,6 +493,8 @@ static enum dhcp_token intern (atom, dfv) } if (!strcasecmp (atom + 1, "uplicates")) return DUPLICATES; + if (!strcasecmp (atom + 1, "eclines")) + return DECLINES; break; case 'e': if (isascii (atom [1]) && tolower (atom [1]) == 'x') {