--------------------- PatchSet 844 Date: 2000/11/16 11:51:53 Author: rbcollins Branch: ntlm Tag: (none) Log: removed a inappropriate error message Members: ntlm_auth_modules/fakeauth/fakeauth_auth.c:1.1.2.4->1.1.2.5 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.4 retrieving revision 1.1.2.5 diff -u -r1.1.2.4 -r1.1.2.5 --- squid/ntlm_auth_modules/fakeauth/fakeauth_auth.c 12 Nov 2000 21:22:20 -0000 1.1.2.4 +++ squid/ntlm_auth_modules/fakeauth/fakeauth_auth.c 16 Nov 2000 11:51:53 -0000 1.1.2.5 @@ -118,7 +118,8 @@ } if (WSWAP(hdr->type) != type) { - fprintf(stderr, "ntlmCheckHeader: type is %d, wanted %d\n", +/* 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); return (-1); }