From 6c841d3499832a2dcbd6e8b216f9985c09cb56e6 Mon Sep 17 00:00:00 2001 From: wessels <> Date: Thu, 15 May 1997 07:28:44 +0000 Subject: [PATCH] compiler --- src/cache_cf.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/cache_cf.cc b/src/cache_cf.cc index bf0c982422..225053d298 100644 --- a/src/cache_cf.cc +++ b/src/cache_cf.cc @@ -1,5 +1,5 @@ /* - * $Id: cache_cf.cc,v 1.187 1997/05/15 01:27:09 wessels Exp $ + * $Id: cache_cf.cc,v 1.188 1997/05/15 01:28:44 wessels Exp $ * * DEBUG: section 3 Configuration File Parsing * AUTHOR: Harvest Derived @@ -1453,7 +1453,7 @@ configDoConfigure(void) else Config.appendDomainLen = 0; if (Config.Port.n_http == 0) - Config.Port.http[Config.Port.n_http++] = DefaultHttpPort; + Config.Port.http[Config.Port.n_http++] = DefaultHttpPortNum; } /* Parse a time specification from the config file. Store the -- 2.47.2