]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
pam_auth SQUID_SOLARIS ifdef incomplete
authorHenrik Nordstrom <henrik@henriknordstrom.net>
Mon, 1 Feb 2010 14:27:46 +0000 (15:27 +0100)
committerHenrik Nordstrom <henrik@henriknordstrom.net>
Mon, 1 Feb 2010 14:27:46 +0000 (15:27 +0100)
helpers/basic_auth/PAM/pam_auth.c

index 36c81d2fc96bb61dc986e8d69540a66e9f95ec24..7ece95e86f61e48b621a08f5ec294af38cfb499b 100644 (file)
@@ -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.