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

index 4fabed191959269880e773f942a7150c9b6ce16a..6612ed3bf8ce6f4d770c7d7c9934e6154add6088 100644 (file)
@@ -1300,7 +1300,7 @@ htcpHandleClr(htcpDataHeader * hdr, char *buf, int sz, struct sockaddr_in *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;
     }