From: Amos Jeffries Date: Wed, 8 Oct 2008 05:11:19 +0000 (+1300) Subject: Remove rev 8908. Bad attributions X-Git-Tag: SQUID_3_0_STABLE10~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e46ee1ed4f2f43242e6cd6b6235437d9506b3fe1;p=thirdparty%2Fsquid.git Remove rev 8908. Bad attributions --- diff --git a/helpers/ntlm_auth/fakeauth/fakeauth_auth.c b/helpers/ntlm_auth/fakeauth/fakeauth_auth.c index 18c75fc3bd..e30170a846 100755 --- a/helpers/ntlm_auth/fakeauth/fakeauth_auth.c +++ b/helpers/ntlm_auth/fakeauth/fakeauth_auth.c @@ -428,10 +428,7 @@ main(int argc, char *argv[]) } else SEND2("TT %s", data); } else if (strncasecmp(buf, "KK ", 3) == 0) { - if(!decoded) { - SEND2("BH received KK with no data! user=%s", user); - } - else if (!ntlmCheckHeader((ntlmhdr *) decoded, NTLM_AUTHENTICATE)) { + if (!ntlmCheckHeader((ntlmhdr *) decoded, NTLM_AUTHENTICATE)) { if (!ntlmDecodeAuth((struct ntlm_authenticate *) decoded, user, 256)) { lc(user); if (strip_domain_enabled) {