From: wessels <> Date: Tue, 4 Nov 1997 03:04:44 +0000 (+0000) Subject: missing break (Henrik) X-Git-Tag: SQUID_3_0_PRE1~4586 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9e2225aaf85382a1049e479f0cc40ccb0f28ad8e;p=thirdparty%2Fsquid.git missing break (Henrik) --- 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;