]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Removed min() re-definition.
authorAlex Rousskov <rousskov@measurement-factory.com>
Tue, 17 Mar 2009 14:29:02 +0000 (08:29 -0600)
committerAlex Rousskov <rousskov@measurement-factory.com>
Tue, 17 Mar 2009 14:29:02 +0000 (08:29 -0600)
compat/compat_shared.h:114 is the location of the min() definition.

helpers/ntlm_auth/smb_lm/libntlmssp.c

index 04f36edfe684d1b3e6f357ed839fefc19f2a69f7..537e5518173e67546d9f57e628554d11ebf15e54 100644 (file)
@@ -157,8 +157,6 @@ make_challenge(char *domain, char *domain_controller)
     return ntlm_make_challenge(my_domain, my_domain_controller, (char *)challenge, NONCE_LEN);
 }
 
-#define min(A,B) (A<B?A:B)
-
 int ntlm_errno;
 #define MAX_USERNAME_LEN 255
 #define MAX_DOMAIN_LEN 255