diff options
| author | Brian Somers <brian@FreeBSD.org> | 2002-03-30 12:47:29 +0000 |
|---|---|---|
| committer | Brian Somers <brian@FreeBSD.org> | 2002-03-30 12:47:29 +0000 |
| commit | ad65ae3a27c2100f62c8e34f1ef230d2db898c0c (patch) | |
| tree | ac6ba0284bd540ddc7d0650b93ab96f734547701 /usr.sbin | |
| parent | fb11a9c23d3da57e67bc474faa1ba0e55899d7b8 (diff) | |
Notes
Diffstat (limited to 'usr.sbin')
| -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 47bcd68483f7..d4c89c4470a4 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; |
