From 9c580493d38d22d6b37c0f803bba271851f99d77 Mon Sep 17 00:00:00 2001 From: Amos Jeffries Date: Thu, 7 Aug 2008 01:30:39 +1200 Subject: [PATCH] variabel slipped --- src/client_side.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/client_side.cc b/src/client_side.cc index d3adb6c92a..3ca6c20f53 100644 --- a/src/client_side.cc +++ b/src/client_side.cc @@ -1901,7 +1901,7 @@ parseHttpRequest(ConnStateData::Pointer & conn, HttpParser *hp, method_t * metho /* XXX need a way to say "this many character length string" */ debugs(33, 1, "clientParseRequestMethod: Unsupported method: This is not a bug. see squid.conf extension_methods"); - debugs(33, 1, "clientParseRequestMethod: Unsupported method in request '" << tmp << "'"); + debugs(33, 1, "clientParseRequestMethod: Unsupported method in request '" << garbage << "'"); /* XXX where's the method set for this error? */ return parseHttpRequestAbort(conn, "error:unsupported-request-method"); -- 2.47.2