--------------------- PatchSet 1526 Date: 2001/02/09 14:04:02 Author: kinkie Branch: auth_rewrite Tag: (none) Log: No need to define DEBUG multiple times. Members: src/auth/ntlm/helpers/NTLMSSP/smbval/smblib.c:1.1.2.2->1.1.2.3 Index: squid/src/auth/ntlm/helpers/NTLMSSP/smbval/smblib.c =================================================================== RCS file: /cvsroot/squid-sf//squid/src/auth/ntlm/helpers/NTLMSSP/smbval/Attic/smblib.c,v retrieving revision 1.1.2.2 retrieving revision 1.1.2.3 diff -u -r1.1.2.2 -r1.1.2.3 --- squid/src/auth/ntlm/helpers/NTLMSSP/smbval/smblib.c 8 Jan 2001 00:14:58 -0000 1.1.2.2 +++ squid/src/auth/ntlm/helpers/NTLMSSP/smbval/smblib.c 9 Feb 2001 14:04:02 -0000 1.1.2.3 @@ -39,7 +39,7 @@ #include -#define DEBUG +/* #define DEBUG */ SMB_State_Types SMBlib_State;