mirror of
https://gitlab.isc.org/isc-projects/dhcp
synced 2025-08-30 22:05:23 +00:00
Add space token.
This commit is contained in:
@@ -22,7 +22,7 @@
|
|||||||
|
|
||||||
#ifndef lint
|
#ifndef lint
|
||||||
static char copyright[] =
|
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 */
|
#endif /* not lint */
|
||||||
|
|
||||||
#include "dhcpd.h"
|
#include "dhcpd.h"
|
||||||
@@ -636,6 +636,8 @@ static int intern (atom, dfv)
|
|||||||
}
|
}
|
||||||
if (!strcasecmp (atom + 1, "pawn"))
|
if (!strcasecmp (atom + 1, "pawn"))
|
||||||
return SPAWN;
|
return SPAWN;
|
||||||
|
if (!strcasecmp (atom + 1, "pace"))
|
||||||
|
return SPACE;
|
||||||
break;
|
break;
|
||||||
case 't':
|
case 't':
|
||||||
if (!strcasecmp (atom + 1, "imestamp"))
|
if (!strcasecmp (atom + 1, "imestamp"))
|
||||||
|
Reference in New Issue
Block a user