--------------------- PatchSet 2954 Date: 2001/09/04 10:31:52 Author: rbcollins Branch: ntlm Tag: (none) Log: handle errors in new state code Members: src/auth/ntlm/auth_ntlm.c:1.1.10.14.2.50->1.1.10.14.2.51 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.10.14.2.50 retrieving revision 1.1.10.14.2.51 diff -u -r1.1.10.14.2.50 -r1.1.10.14.2.51 --- squid/src/auth/ntlm/auth_ntlm.c 4 Sep 2001 08:08:22 -0000 1.1.10.14.2.50 +++ squid/src/auth/ntlm/auth_ntlm.c 4 Sep 2001 10:31:52 -0000 1.1.10.14.2.51 @@ -320,6 +320,7 @@ ntlm_request = auth_user_request->scheme_data; switch (ntlm_request->auth_state) { case AUTHENTICATE_STATE_NONE: + case AUTHENTICATE_STATE_FAILED: debug(29, 9) ("authenticateNTLMFixErrorHeader: Sending type:%d header: 'NTLM'\n", type); httpHeaderPutStrf(&rep->header, type, "NTLM"); /* drop the connection */