From 3733dffbcad9078a1f1c0b38322871d494fe6081 Mon Sep 17 00:00:00 2001 From: brian Date: Sun, 9 Apr 2000 18:27:25 +0000 Subject: [PATCH] Add a missing ``break'' --- usr.sbin/ppp/ppp/main.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/usr.sbin/ppp/ppp/main.c b/usr.sbin/ppp/ppp/main.c index b990f1d83fb..fa0eccb9b10 100644 --- a/usr.sbin/ppp/ppp/main.c +++ b/usr.sbin/ppp/ppp/main.c @@ -17,7 +17,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $OpenBSD: main.c,v 1.20 2000/04/07 23:46:39 brian Exp $ + * $OpenBSD: main.c,v 1.21 2000/04/09 18:27:25 brian Exp $ * * TODO: */ @@ -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"); -- 2.20.1