diff options
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 5e808de..34f7a02 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; |