From 9e2225aaf85382a1049e479f0cc40ccb0f28ad8e Mon Sep 17 00:00:00 2001 From: wessels <> Date: Tue, 4 Nov 1997 03:04:44 +0000 Subject: [PATCH] missing break (Henrik) --- src/main.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/main.cc b/src/main.cc index 8ce66c2070..aa230fff16 100644 --- a/src/main.cc +++ b/src/main.cc @@ -1,6 +1,6 @@ /* - * $Id: main.cc,v 1.186 1997/10/31 19:34:48 wessels Exp $ + * $Id: main.cc,v 1.187 1997/11/03 20:04:44 wessels Exp $ * * DEBUG: section 1 Startup and Main Loop * AUTHOR: Harvest Derived @@ -177,6 +177,7 @@ mainParseOptions(int argc, char *argv[]) break; case 'N': opt_no_daemon = 1; + break; case 'R': do_reuse = 0; break; -- 2.47.3