diff options
author | brian <brian@FreeBSD.org> | 2002-05-13 20:25:47 +0000 |
---|---|---|
committer | brian <brian@FreeBSD.org> | 2002-05-13 20:25:47 +0000 |
commit | f9345cd24221f3dbbe5b4e307c059993dad71cce (patch) | |
tree | 57a1e0ae4e8545055af10555da0f6016a8102ac4 /usr.sbin/ppp | |
parent | 6188dfa360efe9f9551e00998f0fb94a1135dfe5 (diff) | |
download | FreeBSD-src-f9345cd24221f3dbbe5b4e307c059993dad71cce.zip FreeBSD-src-f9345cd24221f3dbbe5b4e307c059993dad71cce.tar.gz |
Fix a syntax error
Diffstat (limited to 'usr.sbin/ppp')
-rw-r--r-- | usr.sbin/ppp/mppe.c | 1 |
1 files changed, 1 insertions, 0 deletions
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; } } |