summaryrefslogtreecommitdiff
path: root/indra/newview/llpanellogin.h
diff options
context:
space:
mode:
Diffstat (limited to 'indra/newview/llpanellogin.h')
-rw-r--r--indra/newview/llpanellogin.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/llpanellogin.h b/indra/newview/llpanellogin.h
index 060f2f6732..801b06ba55 100644
--- a/indra/newview/llpanellogin.h
+++ b/indra/newview/llpanellogin.h
@@ -72,8 +72,8 @@ private:
void (*mCallback)(S32 option, void *userdata);
void* mCallbackData;
- char mIncomingPassword[DB_USER_PASSWORD_BUF_SIZE];
- char mMungedPassword[MD5HEX_STR_SIZE];
+ char mIncomingPassword[DB_USER_PASSWORD_BUF_SIZE]; /*Flawfinder: ignore*/
+ char mMungedPassword[MD5HEX_STR_SIZE]; /*Flawfinder: ignore*/
static LLPanelLogin* sInstance;
static BOOL sCapslockDidNotification;