--------------------- PatchSet 503 Date: 2000/08/04 08:11:30 Author: rbcollins Branch: ntlm Tag: (none) Log: We were resetting the server side connection before authentication Members: ntlm_auth_modules/NTLMSSP/libntlmssp.c:1.1.2.1->1.1.2.2 Index: squid/ntlm_auth_modules/NTLMSSP/libntlmssp.c =================================================================== RCS file: /cvsroot/squid-sf//squid/ntlm_auth_modules/NTLMSSP/Attic/libntlmssp.c,v retrieving revision 1.1.2.1 retrieving revision 1.1.2.2 diff -u -r1.1.2.1 -r1.1.2.2 --- squid/ntlm_auth_modules/NTLMSSP/libntlmssp.c 3 Aug 2000 12:41:43 -0000 1.1.2.1 +++ squid/ntlm_auth_modules/NTLMSSP/libntlmssp.c 4 Aug 2000 08:11:30 -0000 1.1.2.2 @@ -218,7 +218,7 @@ "LM1.2X002", "Samba", NULL}; - + if (handle==NULL) /* we are not connected */ handle=SMB_Connect_Server(NULL,DOMAIN_CONTROLLER,NTLM_DOMAIN); if (handle==NULL) { /* couldn't connect */ SMB_Discon(handle,0);