--------------------- PatchSet 848 Date: 2000/11/17 07:28:48 Author: rbcollins Branch: ntlm Tag: (none) Log: fixed my log fix :-[ Members: ntlm_auth_modules/fakeauth/fakeauth_auth.c:1.1.2.6->1.1.2.7 Index: squid/ntlm_auth_modules/fakeauth/fakeauth_auth.c =================================================================== RCS file: /cvsroot/squid-sf//squid/ntlm_auth_modules/fakeauth/Attic/fakeauth_auth.c,v retrieving revision 1.1.2.6 retrieving revision 1.1.2.7 diff -u -r1.1.2.6 -r1.1.2.7 --- squid/ntlm_auth_modules/fakeauth/fakeauth_auth.c 16 Nov 2000 15:49:59 -0000 1.1.2.6 +++ squid/ntlm_auth_modules/fakeauth/fakeauth_auth.c 17 Nov 2000 07:28:48 -0000 1.1.2.7 @@ -120,7 +120,7 @@ if (WSWAP(hdr->type) != type) { /* don't report this error - it's ok as we do a if() around this function */ // fprintf(stderr, "ntlmCheckHeader: type is %d, wanted %d\n", - WSWAP(hdr->type), type); +// WSWAP(hdr->type), type); return (-1); }