From: hno <> Date: Thu, 11 Jan 2001 06:59:26 +0000 (+0000) Subject: auth_rewrite merge: X-Git-Tag: SQUID_3_0_PRE1~1650 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=63f99aa66beb51963923650eea9d00e6471e89d7;p=thirdparty%2Fsquid.git auth_rewrite merge: Yet another #if 0 killed --- diff --git a/src/auth/ntlm/auth_ntlm.h b/src/auth/ntlm/auth_ntlm.h index 354edad8e3..bf1f00c54c 100644 --- a/src/auth/ntlm/auth_ntlm.h +++ b/src/auth/ntlm/auth_ntlm.h @@ -47,9 +47,6 @@ struct _auth_ntlm_config { wordlist *authenticate; int challengeuses; time_t challengelifetime; -#if 0 - char *authenticate_ntlm_default_domain; -#endif }; typedef struct _ntlm_user ntlm_user_t;