diff options
author | Shane Kerr <shane@isc.org> | 2008-01-08 11:31:13 +0000 |
---|---|---|
committer | Shane Kerr <shane@isc.org> | 2008-01-08 11:31:13 +0000 |
commit | c998be8767df238a132ec531873a811bc90ebb30 (patch) | |
tree | 2696dc3d83e1720366891b8566bc8bdab832193d /client | |
parent | f415516ee648a707fca9eb048c9db93f1b765deb (diff) | |
download | isc-dhcp-c998be8767df238a132ec531873a811bc90ebb30.tar.gz |
Build fix for non-DHCPv6 compilation.
See RT ticket #17367 for more.
Diffstat (limited to 'client')
-rw-r--r-- | client/dhclient.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/client/dhclient.c b/client/dhclient.c index bd630ef9..be8e2e44 100644 --- a/client/dhclient.c +++ b/client/dhclient.c @@ -100,7 +100,9 @@ main(int argc, char **argv) { int no_dhclient_db = 0; int no_dhclient_pid = 0; int no_dhclient_script = 0; +#ifdef DHCPv6 int local_family_set = 0; +#endif /* DHCPv6 */ char *s; /* Initialize client globals. */ |