From: Henrik Nordstrom Date: Mon, 1 Feb 2010 14:27:46 +0000 (+0100) Subject: pam_auth SQUID_SOLARIS ifdef incomplete X-Git-Tag: SQUID_3_1_0_16~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f953e9348681f965bebd0c3f38049716b5a96674;p=thirdparty%2Fsquid.git pam_auth SQUID_SOLARIS ifdef incomplete --- diff --git a/helpers/basic_auth/PAM/pam_auth.c b/helpers/basic_auth/PAM/pam_auth.c index 36c81d2fc9..7ece95e86f 100644 --- a/helpers/basic_auth/PAM/pam_auth.c +++ b/helpers/basic_auth/PAM/pam_auth.c @@ -89,7 +89,9 @@ #define DEFAULT_SQUID_PAM_TTL 0 #endif +#if _SQUID_SOLARIS_ static char *password = NULL; /* Workaround for Solaris 2.6 brokenness */ +#endif /* * A simple "conversation" function returning the supplied password.