diff options
author | Kenneth R Westerback <krw@cvs.openbsd.org> | 2005-07-09 14:36:17 +0000 |
---|---|---|
committer | Kenneth R Westerback <krw@cvs.openbsd.org> | 2005-07-09 14:36:17 +0000 |
commit | b6846761b832cdab667a58b2cf37f4daed65c4be (patch) | |
tree | 741c3e25e53fecdf77ad30332c8c5589c24bfc9e /sbin/dhclient/tables.c | |
parent | 8564b944daca156b454a2a5842c536dcd0ed22e9 (diff) |
Clean out a few more unused/uninitialized variables.
ok henning@
Diffstat (limited to 'sbin/dhclient/tables.c')
-rw-r--r-- | sbin/dhclient/tables.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sbin/dhclient/tables.c b/sbin/dhclient/tables.c index 66a46f94e1f..e064a8395a8 100644 --- a/sbin/dhclient/tables.c +++ b/sbin/dhclient/tables.c @@ -1,4 +1,4 @@ -/* $OpenBSD: tables.c,v 1.6 2005/07/09 01:06:00 krw Exp $ */ +/* $OpenBSD: tables.c,v 1.7 2005/07/09 14:36:16 krw Exp $ */ /* Tables of information... */ @@ -412,7 +412,6 @@ initialize_dhcp_universe(void) { int i; - dhcp_universe.name = "dhcp"; dhcp_universe.hash = new_hash(); if (!dhcp_universe.hash) error("Can't allocate dhcp option hash table."); |