]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
typo in ntlm_fake_auth
authorAmos Jeffries <squid3@treenet.co.nz>
Mon, 2 May 2011 02:33:27 +0000 (20:33 -0600)
committerAmos Jeffries <squid3@treenet.co.nz>
Mon, 2 May 2011 02:33:27 +0000 (20:33 -0600)
helpers/ntlm_auth/fake/ntlm_fake_auth.cc

index e8faf5b4a619d918ee490e9a9899980978966872..38a86f6dd2ca2ca374a8b9512a3ec544417f3b2e 100644 (file)
@@ -180,7 +180,7 @@ main(int argc, char *argv[])
             packet = (ntlmhdr*)decodedBuf;
         } else {
             packet = NULL;
-            decodeLen = 0;
+            decodedLen = 0;
         }
         if (buflen > 3 && NTLM_packet_debug_enabled) {
             strncpy(helper_command, buf, 2);