From: Henrik Nordstrom Date: Sun, 14 Feb 2010 00:09:05 +0000 (+0100) Subject: Undo unintended digest change in 10279 (will come back later in another change) X-Git-Tag: SQUID_3_2_0_1~416 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=114bef28749f9c584183b1fd442e724036f90511;p=thirdparty%2Fsquid.git Undo unintended digest change in 10279 (will come back later in another change) --- diff --git a/src/auth/digest/auth_digest.cc b/src/auth/digest/auth_digest.cc index 9d29d0de9c..e3a096db90 100644 --- a/src/auth/digest/auth_digest.cc +++ b/src/auth/digest/auth_digest.cc @@ -1254,11 +1254,7 @@ AuthDigestConfig::decode(char const *proxy_auth) } /* we can't check the URI just yet. We'll check it in the - * authenticate phase, but needs to be given */ - if (!digest_request->uri) { - debugs(29, 4, "authenticateDigestDecode: Missing URI field"); - return authDigestLogUsername(username, digest_request); - } + * authenticate phase */ /* is the response the correct length? */