]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
compiler
authorwessels <>
Wed, 17 Apr 1996 05:06:26 +0000 (05:06 +0000)
committerwessels <>
Wed, 17 Apr 1996 05:06:26 +0000 (05:06 +0000)
src/cache_cf.cc

index b03b76eab956f1fe478ec81e1cbe58c4ef42a729..f93a520067715002b8e45c0d89e9d6072c649e3c 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id: cache_cf.cc,v 1.51 1996/04/16 23:05:44 wessels Exp $ */
+/* $Id: cache_cf.cc,v 1.52 1996/04/16 23:06:26 wessels Exp $ */
 
 /* DEBUG: Section 3             cache_cf: Configuration file parsing */
 
@@ -172,7 +172,7 @@ int single_parent_bypass = 0;
 int DnsPositiveTtl = DefaultPositiveDnsTtl;
 char *DefaultSwapDir = DEFAULT_SWAP_DIR;
 char *DefaultConfigFile = DEFAULT_CONFIG_FILE;
-char *ConfigFile = NULL                /* the whole thing */
+char *ConfigFile = NULL;       /* the whole thing */
 char *cfg_filename = NULL;     /* just the last part */
 
 char w_space[] = " \t\n";
@@ -1356,7 +1356,6 @@ int parseConfigFile(file_name)
        printf("         For this run, however, %s will use %d minutes for clean_rate.\n", appname, (int) (getCleanRate() / 60));
        fflush(stdout);         /* print message */
     }
-
     if (getDnsChildren() < 1) {
        printf("WARNING: dns_children was set to a bad value: %d\n",
            getDnsChildren());