diff options
author | Henning Brauer <henning@cvs.openbsd.org> | 2004-02-23 18:21:16 +0000 |
---|---|---|
committer | Henning Brauer <henning@cvs.openbsd.org> | 2004-02-23 18:21:16 +0000 |
commit | aa171f839dc3734233c08266daea7eac39e38429 (patch) | |
tree | aeb5c400faf464bdadb1b8ca84feed863218022d /sbin/dhclient/dispatch.c | |
parent | 8c5481132c3aeb12b862013f71d22eda9c8f7297 (diff) |
dhclient always uses bpf on openbsd no matter what, it works, and we don't
need to fallback to their raw socket code
suddenly dhclient is so fast...
pb tested and sez ok
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 8934ca12055..97d4b3835aa 100644 --- a/sbin/dhclient/dispatch.c +++ b/sbin/dhclient/dispatch.c @@ -1,4 +1,4 @@ -/* $OpenBSD: dispatch.c,v 1.7 2004/02/10 13:12:48 henning Exp $ */ +/* $OpenBSD: dispatch.c,v 1.8 2004/02/23 18:21:15 henning Exp $ */ /* Network input dispatcher... */ @@ -288,8 +288,6 @@ discover_interfaces(int state) add_protocol(tmp->name, tmp->rfdesc, got_one, tmp); freeifaddrs(ifap); - - maybe_setup_fallback(); } struct interface_info * |