]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
fix cache key variable (was char *)
authorwessels <>
Wed, 7 Jan 1998 05:55:42 +0000 (05:55 +0000)
committerwessels <>
Wed, 7 Jan 1998 05:55:42 +0000 (05:55 +0000)
src/icmp.cc

index 388002fc212d6b5b2a79871f1c378733275639ad..d0bc2682ac5c3c9f038ca4bd64acc1f87d64d6fb 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $Id: icmp.cc,v 1.50 1997/11/14 17:21:21 wessels Exp $
+ * $Id: icmp.cc,v 1.51 1998/01/06 22:55:42 wessels Exp $
  *
  * DEBUG: section 37    ICMP Routines
  * AUTHOR: Duane Wessels
@@ -162,7 +162,7 @@ icmpSend(int fd, void *data)
 static void
 icmpHandleSourcePing(const struct sockaddr_in *from, const char *buf)
 {
-    const char *key;
+    const cache_key *key;
     StoreEntry *entry;
     icp_common_t header;
     const char *url;