summaryrefslogtreecommitdiffstats
path: root/usr.sbin/dhcpd/conflex.c
diff options
context:
space:
mode:
authorstevesk <stevesk@openbsd.org>2006-12-17 18:03:33 +0000
committerstevesk <stevesk@openbsd.org>2006-12-17 18:03:33 +0000
commitddef7137ce2f152094a61f9e666db2d27f92ff83 (patch)
tree4f46935667bb80b5a53c5deec779e8941db541bb /usr.sbin/dhcpd/conflex.c
parentfix comment (diff)
downloadwireguard-openbsd-ddef7137ce2f152094a61f9e666db2d27f92ff83.tar.xz
wireguard-openbsd-ddef7137ce2f152094a61f9e666db2d27f92ff83.zip
remove one-lease-per-client parameter which was never implemented (it
doesn't do anything and is not documented); ok henning@
Diffstat (limited to 'usr.sbin/dhcpd/conflex.c')
-rw-r--r--usr.sbin/dhcpd/conflex.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.sbin/dhcpd/conflex.c b/usr.sbin/dhcpd/conflex.c
index fa0fe596485..523b4c01c93 100644
--- a/usr.sbin/dhcpd/conflex.c
+++ b/usr.sbin/dhcpd/conflex.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: conflex.c,v 1.8 2006/04/20 19:50:08 deraadt Exp $ */
+/* $OpenBSD: conflex.c,v 1.9 2006/12/17 18:03:33 stevesk Exp $ */
/* Lexical scanner for dhcpd config file... */
@@ -342,7 +342,6 @@ static const struct keywords {
{ "netmask", TOK_NETMASK },
{ "next-server", TOK_NEXT_SERVER },
{ "not", TOK_TOKEN_NOT },
- { "one-lease-per-client", TOK_ONE_LEASE_PER_CLIENT },
{ "option", TOK_OPTION },
{ "range", TOK_RANGE },
{ "server-identifier", TOK_SERVER_IDENTIFIER },