From: wessels <> Date: Tue, 21 Jul 1998 02:26:22 +0000 (+0000) Subject: too few args to cachemgrRegister X-Git-Tag: SQUID_3_0_PRE1~3035 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=749e40bfc9d78bf84bca81a04f3c29ece905621c;p=thirdparty%2Fsquid.git too few args to cachemgrRegister --- diff --git a/src/access_log.cc b/src/access_log.cc index d95aaab52b..b96eec1048 100644 --- a/src/access_log.cc +++ b/src/access_log.cc @@ -1,7 +1,7 @@ /* - * $Id: access_log.cc,v 1.37 1998/07/20 20:20:51 wessels Exp $ + * $Id: access_log.cc,v 1.38 1998/07/20 20:26:22 wessels Exp $ * * DEBUG: section 46 Access Log * AUTHOR: Duane Wessels @@ -352,7 +352,7 @@ fvdbInit(void) { via_table = hash_create((HASHCMP *) strcmp, 977, hash4); forw_table = hash_create((HASHCMP *) strcmp, 977, hash4); - cachemgrRegister("via_headers", "Via Request Headers", fvdbDumpVia, 0); + cachemgrRegister("via_headers", "Via Request Headers", fvdbDumpVia, 0, 1); cachemgrRegister("forw_headers", "X-Forwarded-For Request Headers", fvdbDumpForw, 0, 1); }