summaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorHans Dedecker <dedeckeh@gmail.com>2017-02-15 14:11:35 +0100
committerHans Dedecker <dedeckeh@gmail.com>2017-02-15 14:11:35 +0100
commit4dc7edb23f1d587f9e09ad84ee200a9edf351d00 (patch)
treef1b37449b5fd354e31a16c466957472cf4aa5fb1 /src
parent62ea54f5db4c636710781056541c4b85d043bef8 (diff)
Revert "odhcpd.h: fix alignment style"
This reverts commit 62ea54f5db4c636710781056541c4b85d043bef8.
Diffstat (limited to 'src')
-rw-r--r--src/odhcpd.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/odhcpd.h b/src/odhcpd.h
index 7c0c3b9..8db3e7d 100644
--- a/src/odhcpd.h
+++ b/src/odhcpd.h
@@ -157,7 +157,6 @@ struct interface {
int managed;
int route_preference;
int ra_maxinterval;
- int ra_lifetime;
// DHCPv4
struct in_addr dhcpv4_start;