]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
HTCP logging does not exist in 3.0
authorAmos Jeffries <squid3@treenet.co.nz>
Thu, 11 Feb 2010 23:23:58 +0000 (12:23 +1300)
committerAmos Jeffries <squid3@treenet.co.nz>
Thu, 11 Feb 2010 23:23:58 +0000 (12:23 +1300)
src/htcp.cc

index 6612ed3bf8ce6f4d770c7d7c9934e6154add6088..ecc06b260d5c0f3f04e7df563f30af2dcf8341a2 100644 (file)
@@ -1300,7 +1300,6 @@ htcpHandleClr(htcpDataHeader * hdr, char *buf, int sz, struct sockaddr_in *from)
 
     if (!s->request) {
         debugs(31, 2, "htcpHandleTstRequest: failed to parse request");
-        htcpLogHtcp(from, hdr->opcode, LOG_UDP_INVALID, dash_str);
         htcpFreeSpecifier(s);
         return;
     }