aboutsummaryrefslogtreecommitdiff
path: root/networking/udhcp/dhcpd.h
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2010-03-23 02:17:52 +0100
committerDenys Vlasenko <vda.linux@googlemail.com>2010-03-23 02:17:52 +0100
commit6ef8def7cff5a55688ec3cfc7031fe0117c1a348 (patch)
treeb172f60ba4989f4d3b88a8930ded4d1029f73397 /networking/udhcp/dhcpd.h
parent1497484839efd4c57d63c07e2b92413193a3977f (diff)
downloadbusybox-6ef8def7cff5a55688ec3cfc7031fe0117c1a348.tar.gz
udhcp: remove two unused fields
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'networking/udhcp/dhcpd.h')
-rw-r--r--networking/udhcp/dhcpd.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/networking/udhcp/dhcpd.h b/networking/udhcp/dhcpd.h
index 2f2f5b33a..b163ce7eb 100644
--- a/networking/udhcp/dhcpd.h
+++ b/networking/udhcp/dhcpd.h
@@ -39,7 +39,6 @@ struct server_config_t {
#endif
uint8_t server_mac[6]; /* our MAC address (used only for ARP probing) */
struct option_set *options; /* list of DHCP options loaded from the config file */
- int verbose;
/* start,end are in host order: we need to compare start <= ip <= end */
uint32_t start_ip; /* start address of leases, in host order */
uint32_t end_ip; /* end of leases, in host order */