]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
remove return statement inserted during diskd testing
authorwessels <>
Tue, 6 Jul 1999 03:40:08 +0000 (03:40 +0000)
committerwessels <>
Tue, 6 Jul 1999 03:40:08 +0000 (03:40 +0000)
src/mime.cc

index c256e2530690d26458e8318c6c8a17e91c64ea72..d6edbf5e39b47ba2c9142661e1618a12f7e3f08d 100644 (file)
@@ -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) {