]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
SourceFormat Enforcement
authorAutomatic source maintenance <squidadm@squid-cache.org>
Thu, 14 Jan 2010 01:13:01 +0000 (18:13 -0700)
committerAutomatic source maintenance <squidadm@squid-cache.org>
Thu, 14 Jan 2010 01:13:01 +0000 (18:13 -0700)
helpers/basic_auth/PAM/basic_pam_auth.cc

index b506f41c27357d959ab5c66839e961f92c9d921a..dd873856cd125d36b8d006225595c3276c61b5ee 100644 (file)
@@ -230,10 +230,10 @@ start:
         conv.appdata_ptr = (char *) password_buf;      /* from buf above. not allocated */
 
 #if _SQUID_SOLARIS_
-            /* Workaround for Solaris 2.6 where the PAM library is broken
-             * and does not pass appdata_ptr to the conversation routine
-             */
-            password = password_buf;
+        /* Workaround for Solaris 2.6 where the PAM library is broken
+         * and does not pass appdata_ptr to the conversation routine
+         */
+        password = password_buf;
 #endif
         if (ttl == 0) {
             /* Create PAM connection */