From: wessels <> Date: Tue, 6 Jul 1999 03:40:08 +0000 (+0000) Subject: remove return statement inserted during diskd testing X-Git-Tag: SQUID_3_0_PRE1~2128 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5e63a7d6d6a1f0a550dfe28046f41125505b5dbc;p=thirdparty%2Fsquid.git remove return statement inserted during diskd testing --- diff --git a/src/mime.cc b/src/mime.cc index c256e25306..d6edbf5e39 100644 --- a/src/mime.cc +++ b/src/mime.cc @@ -1,6 +1,6 @@ /* - * $Id: mime.cc,v 1.91 1999/06/30 06:29:00 wessels Exp $ + * $Id: mime.cc,v 1.92 1999/07/05 21:40:08 wessels Exp $ * * DEBUG: section 25 MIME Parsing * AUTHOR: Harvest Derived @@ -286,7 +286,6 @@ mimeInit(char *filename) regex_t re; mimeEntry *m; int re_flags = REG_EXTENDED | REG_NOSUB | REG_ICASE; -return; if (filename == NULL) return; if ((fp = fopen(filename, "r")) == NULL) {