From: wessels <> Date: Wed, 5 Nov 1997 13:44:04 +0000 (+0000) Subject: hm, we had a no-op storeGet() X-Git-Tag: SQUID_3_0_PRE1~4569 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b9d0ed5f01c136dc3246c7ad21f16f2e1a14d13d;p=thirdparty%2Fsquid.git hm, we had a no-op storeGet() --- diff --git a/src/icp_v3.cc b/src/icp_v3.cc index fd9b238554..2dd120fc7b 100644 --- a/src/icp_v3.cc +++ b/src/icp_v3.cc @@ -48,7 +48,7 @@ icpHandleIcpV3(int fd, struct sockaddr_in from, char *buf, int len) } /* The peer is allowed to use this cache */ key = storeKeyPublic(url, METHOD_GET); - storeGet(key); + entry = storeGet(key); debug(12, 5) ("icpHandleIcpV3: OPCODE %s\n", IcpOpcodeStr[header.opcode]); if (icpCheckUdpHit(entry, icp_request)) {