diff options
author | Henning Brauer <henning@cvs.openbsd.org> | 2004-03-02 12:46:45 +0000 |
---|---|---|
committer | Henning Brauer <henning@cvs.openbsd.org> | 2004-03-02 12:46:45 +0000 |
commit | 1e2f9f75f8131bfba8403f7d557dd4273ea61601 (patch) | |
tree | d408316ad5715b035583953f56f09306765efff0 /sbin/dhclient/dispatch.c | |
parent | 3d6d923973022ed0a27aedab9f4be6a9a5f217ed (diff) |
our interface discovery is so quiet now (nonexistant) that we don't need a
quiet_interface_discovery flag any more
Diffstat (limited to 'sbin/dhclient/dispatch.c')
-rw-r--r-- | sbin/dhclient/dispatch.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sbin/dhclient/dispatch.c b/sbin/dhclient/dispatch.c index c342f61eb3a..04146b81bc8 100644 --- a/sbin/dhclient/dispatch.c +++ b/sbin/dhclient/dispatch.c @@ -1,4 +1,4 @@ -/* $OpenBSD: dispatch.c,v 1.18 2004/03/02 12:43:09 henning Exp $ */ +/* $OpenBSD: dispatch.c,v 1.19 2004/03/02 12:46:44 henning Exp $ */ /* * Copyright 2004 Henning Brauer <henning@openbsd.org> @@ -58,8 +58,6 @@ void (*bootp_packet_handler)(struct interface_info *, static int interface_status(struct interface_info *ifinfo); -int quiet_interface_discovery; - /* * Use getifaddrs() to get a list of all the attached interfaces. For * each interface that's of type INET and not the loopback interface, |