diff options
-rw-r--r-- | usr.sbin/ppp/fsm.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.sbin/ppp/fsm.c b/usr.sbin/ppp/fsm.c index 47bcd68..d4c89c4 100644 --- a/usr.sbin/ppp/fsm.c +++ b/usr.sbin/ppp/fsm.c @@ -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; |