]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Typo in rev10272
authorAmos Jeffries <squid3@treenet.co.nz>
Thu, 11 Feb 2010 23:48:51 +0000 (12:48 +1300)
committerAmos Jeffries <squid3@treenet.co.nz>
Thu, 11 Feb 2010 23:48:51 +0000 (12:48 +1300)
src/htcp.cc

index c304e0161cb75f0c3b20e795cc0e5af5017f4de5..b3c269d91519fe40636b75c687990de0dc0dda0a 100644 (file)
@@ -1262,7 +1262,7 @@ htcpHandleClr(htcpDataHeader * hdr, char *buf, int sz, IpAddress &from)
 
     if (!s->request) {
         debugs(31, 2, "htcpHandleTstRequest: failed to parse request");
-        htcpLogHtcp(from, dhdr->opcode, LOG_UDP_INVALID, dash_str);
+        htcpLogHtcp(from, hdr->opcode, LOG_UDP_INVALID, dash_str);
         htcpFreeSpecifier(s);
         return;
     }