From 3ff0411f9f92db5ce5c8916ce45450da7c29447f Mon Sep 17 00:00:00 2001 From: Amos Jeffries Date: Fri, 12 Feb 2010 01:24:26 +1300 Subject: [PATCH] Typo in rev9166 --- src/htcp.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.47.2