From: Amos Jeffries Date: Wed, 6 Aug 2008 13:30:39 +0000 (+1200) Subject: variabel slipped X-Git-Tag: SQUID_3_0_STABLE9~18 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9c580493d38d22d6b37c0f803bba271851f99d77;p=thirdparty%2Fsquid.git variabel slipped --- 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");