diff options
| author | Brian Somers <brian@FreeBSD.org> | 2001-02-04 01:08:22 +0000 |
|---|---|---|
| committer | Brian Somers <brian@FreeBSD.org> | 2001-02-04 01:08:22 +0000 |
| commit | 2fc2f7058280eea115ddafdacbd8893a06b9e048 (patch) | |
| tree | 5eea218f92507cdb1936bfda2311d25d56682538 /usr.sbin/ppp/bundle.c | |
| parent | a567cf6dd64894304ae7d9f1605cab1b9da66a80 (diff) | |
Notes
Diffstat (limited to 'usr.sbin/ppp/bundle.c')
| -rw-r--r-- | usr.sbin/ppp/bundle.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/ppp/bundle.c b/usr.sbin/ppp/bundle.c index 5e808de69c7c..34f7a0223316 100644 --- a/usr.sbin/ppp/bundle.c +++ b/usr.sbin/ppp/bundle.c @@ -376,7 +376,7 @@ bundle_Close(struct bundle *bundle, const char *name, int how) switch (how) { case CLOSE_LCP: datalink_DontHangup(dl); - /* fall through */ + break; case CLOSE_STAYDOWN: datalink_StayDown(dl); break; |
