From: Automatic source maintenance Date: Thu, 24 May 2012 00:23:52 +0000 (-0600) Subject: SourceFormat Enforcement X-Git-Tag: BumpSslServerFirst.take09~3^2~39 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b5944cff735f4d22b8e36e58cbf1a19027548853;p=thirdparty%2Fsquid.git SourceFormat Enforcement --- diff --git a/src/cache_cf.cc b/src/cache_cf.cc index 1360decf90..00b4ba215c 100644 --- a/src/cache_cf.cc +++ b/src/cache_cf.cc @@ -3778,7 +3778,7 @@ parsePortCfg(AnyP::PortCfg ** head, const char *optionName) { const char *protocol = NULL; if (strcmp(optionName, "http_port") == 0 || - strcmp(optionName, "ascii_port") == 0) + strcmp(optionName, "ascii_port") == 0) protocol = "http"; else if (strcmp(optionName, "https_port") == 0) protocol = "https";