diff options
author | Hans Dedecker <dedeckeh@gmail.com> | 2017-01-23 16:49:15 +0100 |
---|---|---|
committer | Hans Dedecker <dedeckeh@gmail.com> | 2017-01-23 16:51:30 +0100 |
commit | 048558077d1bcd4c4e5a7f45b020ae3a879965e4 (patch) | |
tree | 16cdc2abab483d02fe31f33366591be487280176 /src/odhcpd.h | |
parent | c5040fea540479b731b040986a9c3a62e34afc37 (diff) |
ndp: code cleanup
ia_reconf is only set but nowhere used; so let's remove it ...
Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
Diffstat (limited to 'src/odhcpd.h')
-rw-r--r-- | src/odhcpd.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/odhcpd.h b/src/odhcpd.h index cbeaaf8..043360b 100644 --- a/src/odhcpd.h +++ b/src/odhcpd.h @@ -121,7 +121,6 @@ struct interface { struct list_head ia_assignments; struct odhcpd_ipaddr ia_addr[RELAYD_MAX_ADDRS]; size_t ia_addr_len; - bool ia_reconf; // DHCPv4 struct odhcpd_event dhcpv6_event; |