]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
SourceFormat Enforcement
authorAutomatic source maintenance <squidadm@squid-cache.org>
Mon, 31 Oct 2011 01:15:38 +0000 (19:15 -0600)
committerAutomatic source maintenance <squidadm@squid-cache.org>
Mon, 31 Oct 2011 01:15:38 +0000 (19:15 -0600)
src/auth/digest/auth_digest.cc

index 2b62d3cac9bd9a8ecf45b8c643d9a38aa91a6127..2df4dbf9a897c2a62bdad0c14e6c600f61aa54a3 100644 (file)
@@ -1145,8 +1145,8 @@ AuthDigestConfig::decode(char const *proxy_auth)
                 if (*p == '"' && *(p + vlen-1) == '"') {
                     value.limitInit(p+1, vlen-2);
                 } else {
-                   value.limitInit(p, vlen);
-               }
+                    value.limitInit(p, vlen);
+                }
             } else if (nlen == 3 && memcmp(item,"qop",3) == 0) {
                 // qop is more special.
                 // On request this must not be quoted-string de-quoted. But is several values wrapped in '"'