From b9d0ed5f01c136dc3246c7ad21f16f2e1a14d13d Mon Sep 17 00:00:00 2001 From: wessels <> Date: Wed, 5 Nov 1997 13:44:04 +0000 Subject: [PATCH] hm, we had a no-op storeGet() --- src/icp_v3.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)) { -- 2.47.2