]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
hm, we had a no-op storeGet()
authorwessels <>
Wed, 5 Nov 1997 13:44:04 +0000 (13:44 +0000)
committerwessels <>
Wed, 5 Nov 1997 13:44:04 +0000 (13:44 +0000)
src/icp_v3.cc

index fd9b238554b68064acde1b989818afac587aadb3..2dd120fc7b3ca8f3f130407c7e1adf62e0af0b91 100644 (file)
@@ -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)) {