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

index 7bf02e2501b50ff0e45e7e8f2c8fad02ef203174..900110c33a010d24e92c6b85be4aae41adc50ca8 100644 (file)
@@ -1272,7 +1272,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;
     }