--------------------- PatchSet 1742 Date: 2001/03/21 09:02:46 Author: kinkie Branch: ntlm Tag: (none) Log: Fixed a fatal bug which would trigger when LD was disabled. Members: src/auth/ntlm/helpers/NTLMSSP/ntlm_auth.c:1.1.4.13->1.1.4.14 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.4.13 retrieving revision 1.1.4.14 diff -u -r1.1.4.13 -r1.1.4.14 --- squid/src/auth/ntlm/helpers/NTLMSSP/ntlm_auth.c 12 Mar 2001 11:00:30 -0000 1.1.4.13 +++ squid/src/auth/ntlm/helpers/NTLMSSP/ntlm_auth.c 21 Mar 2001 09:02:46 -0000 1.1.4.14 @@ -110,7 +110,7 @@ SEND("NA last-ditch on, but no credentials"); } } else { - SEND(bhmessage); + SEND2("NA %s",bhmessage); } }