summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp/main.c
diff options
context:
space:
mode:
authorbrian <brian@FreeBSD.org>2000-04-09 18:27:08 +0000
committerbrian <brian@FreeBSD.org>2000-04-09 18:27:08 +0000
commiteb7aa2809f8e9b0ee405c93d1864c8283d0171a2 (patch)
tree41900e055f426d97f5414ce471021333d6014e84 /usr.sbin/ppp/main.c
parent2971a43a0409f93e0ece015c28dc010d78054b48 (diff)
downloadFreeBSD-src-eb7aa2809f8e9b0ee405c93d1864c8283d0171a2.zip
FreeBSD-src-eb7aa2809f8e9b0ee405c93d1864c8283d0171a2.tar.gz
Add a missing ``break''
Diffstat (limited to 'usr.sbin/ppp/main.c')
-rw-r--r--usr.sbin/ppp/main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.sbin/ppp/main.c b/usr.sbin/ppp/main.c
index 21f0787..bd875b3 100644
--- a/usr.sbin/ppp/main.c
+++ b/usr.sbin/ppp/main.c
@@ -437,6 +437,7 @@ main(int argc, char **argv)
case EX_NORMAL:
prompt_Printf(prompt, "PPP enabled\n");
log_Printf(LogPHASE, "Parent: PPP enabled\n");
+ break;
case EX_REDIAL:
if (!sw.quiet)
prompt_Printf(prompt, "Attempting redial\n");
OpenPOWER on IntegriCloud