]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
memInit before parseConfigFile
authorwessels <>
Tue, 7 Jul 1998 01:18:30 +0000 (01:18 +0000)
committerwessels <>
Tue, 7 Jul 1998 01:18:30 +0000 (01:18 +0000)
src/main.cc

index aa7327f9334b1f6aa6ed9ab54b155c0dca29afca..d97b2fdc7afd257f6ad05750ce8fdfa06803a2ed 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $Id: main.cc,v 1.252 1998/05/27 22:51:54 rousskov Exp $
+ * $Id: main.cc,v 1.253 1998/07/06 19:18:30 wessels Exp $
  *
  * DEBUG: section 1     Startup and Main Loop
  * AUTHOR: Harvest Derived
@@ -670,6 +670,7 @@ sendSignal(void)
     if (ConfigFile == NULL)
        ConfigFile = xstrdup(DefaultConfigFile);
     cbdataInit();
+    memInit();
     parseConfigFile(ConfigFile);
     pid = readPidFile();
     if (pid > 1) {