--------------------- PatchSet 1456 Date: 2001/01/31 12:16:09 Author: rbcollins Branch: auth_rewrite Tag: (none) Log: bugfix for auth failures Members: src/auth/ntlm/auth_ntlm.c:1.1.2.33->1.1.2.34 Index: squid/src/auth/ntlm/auth_ntlm.c =================================================================== RCS file: /cvsroot/squid-sf//squid/src/auth/ntlm/auth_ntlm.c,v retrieving revision 1.1.2.33 retrieving revision 1.1.2.34 diff -u -r1.1.2.33 -r1.1.2.34 --- squid/src/auth/ntlm/auth_ntlm.c 31 Jan 2001 11:34:42 -0000 1.1.2.33 +++ squid/src/auth/ntlm/auth_ntlm.c 31 Jan 2001 12:16:09 -0000 1.1.2.34 @@ -860,7 +860,7 @@ /* we've recieved a negotiate request. pass to a helper */ debug(29, 9) ("authenticateNTLMAuthenticateUser: auth state ntlm none. %s\n", proxy_auth); - if (ntlm_user->flags.credentials_ok==2) { + if (auth_user->flags.credentials_ok==2) { /* the authentication fialed badly... */ return; }