From f9345cd24221f3dbbe5b4e307c059993dad71cce Mon Sep 17 00:00:00 2001 From: brian Date: Mon, 13 May 2002 20:25:47 +0000 Subject: Fix a syntax error --- usr.sbin/ppp/mppe.c | 1 + 1 file changed, 1 insertion(+) (limited to 'usr.sbin') diff --git a/usr.sbin/ppp/mppe.c b/usr.sbin/ppp/mppe.c index e060c39..2ce267d 100644 --- a/usr.sbin/ppp/mppe.c +++ b/usr.sbin/ppp/mppe.c @@ -127,6 +127,7 @@ MPPEReduceSessionKey(struct mppe_state *mp) case 56: mp->sesskey[0] = 0xd1; case 128: + break; } } -- cgit v1.1