Fix a syntax error

This commit is contained in:
Brian Somers 2002-05-13 20:25:47 +00:00
parent ebfbe4e7fb
commit e0ae8e1950
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=96544

View file

@ -127,6 +127,7 @@ MPPEReduceSessionKey(struct mppe_state *mp)
case 56:
mp->sesskey[0] = 0xd1;
case 128:
break;
}
}