Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
dbird committed Mar 31, 2011
1 parent bc101a7 commit 60fcd25
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -359,8 +359,12 @@ public byte[] doEAPType(byte id, byte[] data) throws RadiusException
{
state = 2;
}
else
{
break;
}
}
break;
// drop through....

case 2:
{
Expand Down

0 comments on commit 60fcd25

Please sign in to comment.