From 9bf01bcb6c52c26a7fb104dd702d1f9a78ad5995 Mon Sep 17 00:00:00 2001 From: Brian Somers Date: Sun, 9 Apr 2000 18:27:08 +0000 Subject: [PATCH] Add a missing ``break'' --- usr.sbin/ppp/main.c | 1 + 1 file changed, 1 insertion(+) diff --git a/usr.sbin/ppp/main.c b/usr.sbin/ppp/main.c index 21f078738dd1..bd875b385b6a 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");