Add a missing break

This commit is contained in:
brian 2002-03-30 12:47:29 +00:00
parent ee9763124d
commit 1dda0c6402

View File

@ -879,6 +879,7 @@ FsmRecvProtoRej(struct fsm *fp, struct fsmheader *lhp, struct mbuf *bp)
case ST_CLOSED:
case ST_CLOSING:
NewState(fp, ST_CLOSED);
break;
default:
NewState(fp, ST_STOPPED);
break;