--------------------- PatchSet 1525 Date: 2001/02/09 14:03:37 Author: kinkie Branch: auth_rewrite Tag: (none) Log: Fixed buglet. Members: src/auth/ntlm/helpers/NTLMSSP/ntlm_auth.c:1.1.2.9->1.1.2.10 Index: squid/src/auth/ntlm/helpers/NTLMSSP/ntlm_auth.c =================================================================== RCS file: /cvsroot/squid-sf//squid/src/auth/ntlm/helpers/NTLMSSP/Attic/ntlm_auth.c,v retrieving revision 1.1.2.9 retrieving revision 1.1.2.10 diff -u -r1.1.2.9 -r1.1.2.10 --- squid/src/auth/ntlm/helpers/NTLMSSP/ntlm_auth.c 1 Feb 2001 09:29:01 -0000 1.1.2.9 +++ squid/src/auth/ntlm/helpers/NTLMSSP/ntlm_auth.c 9 Feb 2001 14:03:37 -0000 1.1.2.10 @@ -101,7 +101,8 @@ creds = fetch_credentials (failedauth, authlen); if (creds) { - SEND2 ("LD %s", lc(creds)); + lc(creds); + SEND2 ("LD %s", creds); } else {