From: wessels <> Date: Wed, 7 Jan 1998 05:55:42 +0000 (+0000) Subject: fix cache key variable (was char *) X-Git-Tag: SQUID_3_0_PRE1~4232 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=38619029d3dee6d6ccd874b2f97292f890ada5f1;p=thirdparty%2Fsquid.git fix cache key variable (was char *) --- diff --git a/src/icmp.cc b/src/icmp.cc index 388002fc21..d0bc2682ac 100644 --- a/src/icmp.cc +++ b/src/icmp.cc @@ -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;