]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Author: hno
authoramosjeffries <>
Mon, 25 Feb 2008 10:01:35 +0000 (10:01 +0000)
committeramosjeffries <>
Mon, 25 Feb 2008 10:01:35 +0000 (10:01 +0000)
Allow informal errors on stderr when using -k parse

src/main.cc

index 5522e357ead7122ba6ab8c1f0cd81e87c77a3caf..de9674a4f6158833017c19f89c79a01495070631 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $Id: main.cc,v 1.451.2.3 2008/02/25 03:01:01 amosjeffries Exp $
+ * $Id: main.cc,v 1.451.2.4 2008/02/25 03:01:35 amosjeffries Exp $
  *
  * DEBUG: section 1     Startup and Main Loop
  * AUTHOR: Harvest Derived
@@ -1153,6 +1153,10 @@ main(int argc, char **argv)
 
     mainParseOptions(argc, argv);
 
+    if (opt_parse_cfg_only) {
+       Debug::parseOptions("ALL,1");
+    }
+
 #if USE_WIN32_SERVICE
 
     if (opt_install_service)