From: Amos Jeffries Date: Mon, 2 May 2011 02:33:27 +0000 (-0600) Subject: typo in ntlm_fake_auth X-Git-Tag: take07~16^2~46 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fb59997499d7d6989d8d1037a79fc6d96a9d5756;p=thirdparty%2Fsquid.git typo in ntlm_fake_auth --- diff --git a/helpers/ntlm_auth/fake/ntlm_fake_auth.cc b/helpers/ntlm_auth/fake/ntlm_fake_auth.cc index e8faf5b4a6..38a86f6dd2 100644 --- a/helpers/ntlm_auth/fake/ntlm_fake_auth.cc +++ b/helpers/ntlm_auth/fake/ntlm_fake_auth.cc @@ -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);