From: Amos Jeffries Date: Thu, 11 Feb 2010 12:24:26 +0000 (+1300) Subject: Typo in rev9166 X-Git-Tag: SQUID_3_0_STABLE24~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3ff0411f9f92db5ce5c8916ce45450da7c29447f;p=thirdparty%2Fsquid.git Typo in rev9166 --- diff --git a/src/htcp.cc b/src/htcp.cc index 4fabed1919..6612ed3bf8 100644 --- a/src/htcp.cc +++ b/src/htcp.cc @@ -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; }