summaryrefslogtreecommitdiff
path: root/usr.sbin
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2002-09-06 19:57:25 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2002-09-06 19:57:25 +0000
commit020d833b1141a68d296c93531c14af44eceb71b5 (patch)
treeabef40a3c1785b4b558f441498830c03bb862669 /usr.sbin
parentfbcf5c896f8e56d6534307cb17aab883973aa4f5 (diff)
default: needs statement after it
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/pppoe/server.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/pppoe/server.c b/usr.sbin/pppoe/server.c
index ea34212e2a7..dc686093755 100644
--- a/usr.sbin/pppoe/server.c
+++ b/usr.sbin/pppoe/server.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: server.c,v 1.7 2002/02/17 19:42:39 millert Exp $ */
+/* $OpenBSD: server.c,v 1.8 2002/09/06 19:57:24 deraadt Exp $ */
/*
* Copyright (c) 2000 Network Security Technologies, Inc. http://www.netsec.net
@@ -270,6 +270,7 @@ getpackets(bpffd, sysname, ea)
recv_padt(bpffd, ea, &eh, &ph, len, mpkt);
break;
default:
+ break;
}
}
else if (eh.ether_type == ETHERTYPE_PPPOE) {