diff options
author | Jason Wright <jason@cvs.openbsd.org> | 2000-06-20 04:53:33 +0000 |
---|---|---|
committer | Jason Wright <jason@cvs.openbsd.org> | 2000-06-20 04:53:33 +0000 |
commit | a046577f9a3ee46c0da359d1b813f4375d2dd5a4 (patch) | |
tree | 16c2508b1d39a70086d581f16f82724645921253 /usr.sbin/pppoe | |
parent | 83ec2aebb9cf40939d611d15c365515ced7f1fb8 (diff) |
hush
Diffstat (limited to 'usr.sbin/pppoe')
-rw-r--r-- | usr.sbin/pppoe/server.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.sbin/pppoe/server.c b/usr.sbin/pppoe/server.c index 4ac0a85d419..d8e478aa6e5 100644 --- a/usr.sbin/pppoe/server.c +++ b/usr.sbin/pppoe/server.c @@ -1,4 +1,4 @@ -/* $OpenBSD: server.c,v 1.1 2000/06/18 07:30:41 jason Exp $ */ +/* $OpenBSD: server.c,v 1.2 2000/06/20 04:53:32 jason Exp $ */ /* * Copyright (c) 2000 Network Security Technologies, Inc. http://www.netsec.net @@ -259,7 +259,6 @@ getpackets(bpffd, sysname, ea) recv_padt(bpffd, ea, &eh, &ph, len, mpkt); break; default: - recv_debug(bpffd, ea, &eh, &ph, len, mpkt); } } else if (eh.ether_type == ETHERTYPE_PPPOE) { |