]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/htcp.cc
Merge from trunk
[thirdparty/squid.git] / src / htcp.cc
index 23f552bd72eb424d51d99b16af9bc9fbabae970e..6bf54fcbb1576830a9e6db94aa4d8a3f179f45b9 100644 (file)
@@ -1644,7 +1644,7 @@ static void
 htcpLogHtcp(Ip::Address &caddr, int opcode, LogTags logcode, const char *url)
 {
     AccessLogEntry::Pointer al = new AccessLogEntry;
-    if (LOG_TAG_NONE == logcode)
+    if (LOG_TAG_NONE == logcode.oldType)
         return;
     if (!Config.onoff.log_udp)
         return;