]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
compiler
authorwessels <>
Mon, 2 Dec 1996 14:06:54 +0000 (14:06 +0000)
committerwessels <>
Mon, 2 Dec 1996 14:06:54 +0000 (14:06 +0000)
src/cache_cf.cc
src/squid.h

index bacdc102ec172541041b6109c89b9e1af387b605..982bb089a8e7f9dc3e319d6d8c992afe222cd82b 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * $Id: cache_cf.cc,v 1.149 1996/12/02 04:15:08 wessels Exp $
+ * $Id: cache_cf.cc,v 1.150 1996/12/02 07:06:54 wessels Exp $
  *
  * DEBUG: section 3     Configuration File Parsing
  * AUTHOR: Harvest Derived
@@ -1113,7 +1113,7 @@ parseConfigFile(const char *file_name)
            parseOnOff(&Config.Accel.withProxy);
 
        else if (!strcmp(token, "httpd_accel_uses_host_header"))
-           parseOnOff(&opt_accel_users_host);
+           parseOnOff(&opt_accel_uses_host);
 
        else if (!strcmp(token, "httpd_accel"))
            parseHttpdAccelLine();
index 9a45d47ac7f71be144e190922bd2e933a67f880f..8787cafeacf45e3e0fb9f891d0593d7ee02501eb 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $Id: squid.h,v 1.79 1996/12/02 05:55:09 wessels Exp $
+ * $Id: squid.h,v 1.80 1996/12/02 07:06:56 wessels Exp $
  *
  * AUTHOR: Duane Wessels
  *
@@ -333,6 +333,7 @@ extern struct in_addr no_addr;      /* comm.c */
 extern int opt_udp_hit_obj;    /* main.c */
 extern int opt_mem_pools;      /* main.c */
 extern int opt_forwarded_for;  /* main.c */
+extern int opt_accel_uses_host;        /* main.c */
 
 /* Prototypes and definitions which don't really deserve a seaprate
  * include file */