]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
too few args to cachemgrRegister
authorwessels <>
Tue, 21 Jul 1998 02:26:22 +0000 (02:26 +0000)
committerwessels <>
Tue, 21 Jul 1998 02:26:22 +0000 (02:26 +0000)
src/access_log.cc

index d95aaab52b6574b76fb2a3f93a027d793e30f3eb..b96eec1048851ff17250d73d51d57411a5efc7ba 100644 (file)
@@ -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);
 }