From: Alex Rousskov Date: Thu, 1 Jul 2010 21:20:38 +0000 (-0600) Subject: Removed comment-question. There are no default http_port entries. X-Git-Tag: SQUID_3_2_0_1~93^2~9 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=598c41dafb060d9dce97dc2e7489634af0862232;p=thirdparty%2Fsquid.git Removed comment-question. There are no default http_port entries. --- diff --git a/src/client_side.cc b/src/client_side.cc index 02acced8c4..33ed26e62f 100644 --- a/src/client_side.cc +++ b/src/client_side.cc @@ -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