]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
STRING -> STRING_TOKEN
authorTed Lemon <source@isc.org>
Tue, 4 Apr 2000 06:27:35 +0000 (06:27 +0000)
committerTed Lemon <source@isc.org>
Tue, 4 Apr 2000 06:27:35 +0000 (06:27 +0000)
common/conflex.c
common/parse.c

index d13ea208339c6a873b65ef201806c14c60a63b75..fc1130bcdc8d4554814bb27b548cb088e7723c38 100644 (file)
@@ -43,7 +43,7 @@
 
 #ifndef lint
 static char copyright[] =
-"$Id: conflex.c,v 1.69 2000/03/17 03:59:00 mellon Exp $ Copyright (c) 1995-2000 The Internet Software Consortium.  All rights reserved.\n";
+"$Id: conflex.c,v 1.70 2000/04/04 06:25:51 mellon Exp $ Copyright (c) 1995-2000 The Internet Software Consortium.  All rights reserved.\n";
 #endif /* not lint */
 
 #include "dhcpd.h"
@@ -841,7 +841,7 @@ static enum dhcp_token intern (atom, dfv)
                if (!strcasecmp (atom + 1, "igned"))
                        return SIGNED;
                if (!strcasecmp (atom + 1, "tring"))
-                       return STRING;
+                       return STRING_TOKEN;
                if (!strcasecmp (atom + 1, "uffix"))
                        return SUFFIX;
                if (!strcasecmp (atom + 1, "earch"))
index 76ff234a8dac30c55f2940985f5ff762a524590a..28d8291aea6ca45ad6e02b333c5da02a91511445 100644 (file)
@@ -43,7 +43,7 @@
 
 #ifndef lint
 static char copyright[] =
-"$Id: parse.c,v 1.68 2000/03/18 03:34:05 mellon Exp $ Copyright (c) 1995-2000 The Internet Software Consortium.  All rights reserved.\n";
+"$Id: parse.c,v 1.69 2000/04/04 06:27:35 mellon Exp $ Copyright (c) 1995-2000 The Internet Software Consortium.  All rights reserved.\n";
 #endif /* not lint */
 
 #include "dhcpd.h"
@@ -1055,7 +1055,7 @@ int parse_option_code_definition (cfile, option)
                }
                no_more_in_record = 1;
                break;
-             case STRING:
+             case STRING_TOKEN:
                type = 'X';
                goto no_arrays;