]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
compiler
authorwessels <>
Wed, 5 Feb 1997 02:10:15 +0000 (02:10 +0000)
committerwessels <>
Wed, 5 Feb 1997 02:10:15 +0000 (02:10 +0000)
src/client_side.cc

index 40608e00d07930e2e5cf854fdae31436de7c363e..fb476207a1e80779f2f3412a6d08b6808c552fd2 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $Id: client_side.cc,v 1.86 1997/02/03 23:03:05 wessels Exp $
+ * $Id: client_side.cc,v 1.87 1997/02/04 19:10:15 wessels Exp $
  *
  * DEBUG: section 33    Client-side Routines
  * AUTHOR: Duane Wessels
@@ -626,7 +626,7 @@ debug(0,0,"Config.Options.enable_purge = %d\n", Config.Options.enable_purge);
        icpSendERROR(fd, LOG_TCP_DENIED, buf, icpState, icpState->http_code);
        return;
     }
-    icpState->log_type = TCP_MISS;
+    icpState->log_type = LOG_TCP_MISS;
     if ((entry = storeGet(icpState->url)) == NULL) {
        sprintf(msg, "HTTP/1.0 404 Not Found\r\n");
        icpState->http_code = 404;