]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
Add space token.
authorTed Lemon <source@isc.org>
Mon, 5 Apr 1999 15:33:11 +0000 (15:33 +0000)
committerTed Lemon <source@isc.org>
Mon, 5 Apr 1999 15:33:11 +0000 (15:33 +0000)
common/conflex.c

index 6a493cb669c147b5d2d4f1cf7a7cb9aca505491b..7b7b4cd7085c4c6a869fabad06bdbc8bcf5ecf33 100644 (file)
@@ -22,7 +22,7 @@
 
 #ifndef lint
 static char copyright[] =
-"$Id: conflex.c,v 1.41 1999/03/25 21:56:28 mellon Exp $ Copyright (c) 1995, 1996, 1997, 1998, 1999 The Internet Software Consortium.  All rights reserved.\n";
+"$Id: conflex.c,v 1.42 1999/04/05 15:33:11 mellon Exp $ Copyright (c) 1995, 1996, 1997, 1998, 1999 The Internet Software Consortium.  All rights reserved.\n";
 #endif /* not lint */
 
 #include "dhcpd.h"
@@ -636,6 +636,8 @@ static int intern (atom, dfv)
                }
                if (!strcasecmp (atom + 1, "pawn"))
                        return SPAWN;
+               if (!strcasecmp (atom + 1, "pace"))
+                       return SPACE;
                break;
              case 't':
                if (!strcasecmp (atom + 1, "imestamp"))