summaryrefslogtreecommitdiffstats
path: root/usr.sbin/dhcpd/dhcpd.h
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/dhcpd.h
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/dhcpd.h')
-rw-r--r--usr.sbin/dhcpd/dhcpd.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.sbin/dhcpd/dhcpd.h b/usr.sbin/dhcpd/dhcpd.h
index c3d8715ec8a..6261d4118b8 100644
--- a/usr.sbin/dhcpd/dhcpd.h
+++ b/usr.sbin/dhcpd/dhcpd.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: dhcpd.h,v 1.27 2006/12/12 19:32:21 stevesk Exp $ */
+/* $OpenBSD: dhcpd.h,v 1.28 2006/12/17 18:03:33 stevesk Exp $ */
/*
* Copyright (c) 1995, 1996, 1997, 1998, 1999
@@ -246,7 +246,6 @@ struct group {
int dynamic_bootp;
int allow_bootp;
int allow_booting;
- int one_lease_per_client;
int get_lease_hostnames;
int use_host_decl_names;
int use_lease_addr_for_default_route;