From: Automatic source maintenance Date: Thu, 14 Jan 2010 01:13:01 +0000 (-0700) Subject: SourceFormat Enforcement X-Git-Tag: SQUID_3_2_0_1~463 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=22beb156534944bad51a97457c79c188855cd64d;p=thirdparty%2Fsquid.git SourceFormat Enforcement --- diff --git a/helpers/basic_auth/PAM/basic_pam_auth.cc b/helpers/basic_auth/PAM/basic_pam_auth.cc index b506f41c27..dd873856cd 100644 --- a/helpers/basic_auth/PAM/basic_pam_auth.cc +++ b/helpers/basic_auth/PAM/basic_pam_auth.cc @@ -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 */