diff options
Diffstat (limited to 'sbin/dhclient/dhclient.c')
-rw-r--r-- | sbin/dhclient/dhclient.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/dhclient/dhclient.c b/sbin/dhclient/dhclient.c index b5ce59a1f90..8f683232e98 100644 --- a/sbin/dhclient/dhclient.c +++ b/sbin/dhclient/dhclient.c @@ -1,4 +1,4 @@ -/* $OpenBSD: dhclient.c,v 1.20 2004/02/24 17:26:43 henning Exp $ */ +/* $OpenBSD: dhclient.c,v 1.21 2004/03/02 12:40:31 henning Exp $ */ /* DHCP Client. */ @@ -289,7 +289,7 @@ main(int argc, char *argv[]) add_protocol("AF_ROUTE", routefd, routehandler, interfaces); /* set up the interfaces. */ - discover_interfaces(); + discover_interfaces(ip); /* Make up a seed for the random number generator from current time plus the sum of the last four bytes of each |