--------------------- PatchSet 1460 Date: 2001/01/31 13:17:20 Author: kinkie Branch: auth_rewrite Tag: (none) Log: Removed debugging code, so not to bloat testers' logs too much. Members: src/auth/ntlm/helpers/NTLMSSP/ntlm.h:1.1.2.3->1.1.2.4 src/auth/ntlm/helpers/NTLMSSP/ntlm_auth.c:1.1.2.7->1.1.2.8 Index: squid/src/auth/ntlm/helpers/NTLMSSP/ntlm.h =================================================================== RCS file: /cvsroot/squid-sf//squid/src/auth/ntlm/helpers/NTLMSSP/Attic/ntlm.h,v retrieving revision 1.1.2.3 retrieving revision 1.1.2.4 diff -u -r1.1.2.3 -r1.1.2.4 --- squid/src/auth/ntlm/helpers/NTLMSSP/ntlm.h 30 Jan 2001 17:13:02 -0000 1.1.2.3 +++ squid/src/auth/ntlm/helpers/NTLMSSP/ntlm.h 31 Jan 2001 13:17:20 -0000 1.1.2.4 @@ -34,7 +34,7 @@ * define this if you want debugging */ #ifndef DEBUG -#define DEBUG +/* #define DEBUG */ #endif /************* END CONFIGURATION ***************/ 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.2.7 retrieving revision 1.1.2.8 diff -u -r1.1.2.7 -r1.1.2.8 --- squid/src/auth/ntlm/helpers/NTLMSSP/ntlm_auth.c 31 Jan 2001 13:14:14 -0000 1.1.2.7 +++ squid/src/auth/ntlm/helpers/NTLMSSP/ntlm_auth.c 31 Jan 2001 13:17:20 -0000 1.1.2.8 @@ -174,7 +174,7 @@ * it's going to live as long as the process anyways */ d = malloc (strlen (argv[j]) + 1); strcpy (d, argv[j]); - debug ("Adding domain-controller %s (argv[%d])\n", d, j); + debug ("Adding domain-controller %s\n", d); if (NULL == (c = strchr (d, '\\')) && NULL == (c = strchr (d, '/'))) { fprintf (stderr, "Couldn't grok domain-controller %s\n", d);