]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Removed comment-question. There are no default http_port entries.
authorAlex Rousskov <rousskov@measurement-factory.com>
Thu, 1 Jul 2010 21:20:38 +0000 (15:20 -0600)
committerAlex Rousskov <rousskov@measurement-factory.com>
Thu, 1 Jul 2010 21:20:38 +0000 (15:20 -0600)
src/client_side.cc

index 02acced8c402c836b5752b116cb7f5ec54cd221e..33ed26e62f29ae954dac2455f19f7f34d99eb577 100644 (file)
@@ -3517,7 +3517,7 @@ clientOpenListenSockets(void)
 #endif
 
     if (NHttpSockets < 1)
-        fatal("No HTTP or HTTPS ports configured"); // defaults prohibit this?
+        fatal("No HTTP or HTTPS ports configured");
 }
 
 void