From: Amos Jeffries Date: Thu, 11 Feb 2010 23:23:58 +0000 (+1300) Subject: HTCP logging does not exist in 3.0 X-Git-Tag: SQUID_3_0_STABLE24~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e9ab4f92e699962caaf09df042f8f1b3063de3de;p=thirdparty%2Fsquid.git HTCP logging does not exist in 3.0 --- diff --git a/src/htcp.cc b/src/htcp.cc index 6612ed3bf8..ecc06b260d 100644 --- a/src/htcp.cc +++ b/src/htcp.cc @@ -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; }