summaryrefslogtreecommitdiff
path: root/client/dhclient.c
diff options
context:
space:
mode:
authorTed Lemon <source@isc.org>1999-02-03 22:57:05 +0000
committerTed Lemon <source@isc.org>1999-02-03 22:57:05 +0000
commit87fcea4218e081d61718e6c08eb112e681f976b6 (patch)
tree289ec8f708948b0e7b3bdc6790bcb60b280e287f /client/dhclient.c
parentf9644c57e2f69d3da6afdb9efdd8728ee3e2993d (diff)
downloadisc-dhcp-87fcea4218e081d61718e6c08eb112e681f976b6.tar.gz
This time really don't PREINIT unselected interfaces!
Diffstat (limited to 'client/dhclient.c')
-rw-r--r--client/dhclient.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/client/dhclient.c b/client/dhclient.c
index fb30a362..de12de4b 100644
--- a/client/dhclient.c
+++ b/client/dhclient.c
@@ -56,7 +56,7 @@
#ifndef lint
static char ocopyright[] =
-"$Id: dhclient.c,v 1.44.2.10 1999/02/03 19:41:21 mellon Exp $ Copyright (c) 1995, 1996 The Internet Software Consortium. All rights reserved.\n";
+"$Id: dhclient.c,v 1.44.2.11 1999/02/03 22:57:05 mellon Exp $ Copyright (c) 1995, 1996 The Internet Software Consortium. All rights reserved.\n";
#endif /* not lint */
#include "dhcpd.h"
@@ -215,8 +215,8 @@ int main (argc, argv, envp)
interfaces that weren't specified! */
if (interfaces_requested &&
((ip -> flags & (INTERFACE_REQUESTED |
- INTERFACE_AUTOMATIC)) ==
- INTERFACE_AUTOMATIC))
+ INTERFACE_AUTOMATIC)) !=
+ INTERFACE_REQUESTED))
continue;
script_init (ip, "PREINIT", (struct string_list *)0);
if (ip -> client -> alias)