aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llpanellogin.h
diff options
context:
space:
mode:
authorJacek Antonelli2008-08-15 23:44:50 -0500
committerJacek Antonelli2008-08-15 23:44:50 -0500
commit89fe5dab825a62a0e3fd8d248cbc91c65eb2a426 (patch)
treebcff14b7888d04a2fec799c59369f6095224bd08 /linden/indra/newview/llpanellogin.h
parentSecond Life viewer sources 1.13.3.2 (diff)
downloadmeta-impy-89fe5dab825a62a0e3fd8d248cbc91c65eb2a426.zip
meta-impy-89fe5dab825a62a0e3fd8d248cbc91c65eb2a426.tar.gz
meta-impy-89fe5dab825a62a0e3fd8d248cbc91c65eb2a426.tar.bz2
meta-impy-89fe5dab825a62a0e3fd8d248cbc91c65eb2a426.tar.xz
Second Life viewer sources 1.14.0.0
Diffstat (limited to '')
-rw-r--r--linden/indra/newview/llpanellogin.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/linden/indra/newview/llpanellogin.h b/linden/indra/newview/llpanellogin.h
index 6e11f6f..6bd825a 100644
--- a/linden/indra/newview/llpanellogin.h
+++ b/linden/indra/newview/llpanellogin.h
@@ -91,8 +91,8 @@ private:
91 void (*mCallback)(S32 option, void *userdata); 91 void (*mCallback)(S32 option, void *userdata);
92 void* mCallbackData; 92 void* mCallbackData;
93 93
94 char mIncomingPassword[DB_USER_PASSWORD_BUF_SIZE]; 94 char mIncomingPassword[DB_USER_PASSWORD_BUF_SIZE]; /*Flawfinder: ignore*/
95 char mMungedPassword[MD5HEX_STR_SIZE]; 95 char mMungedPassword[MD5HEX_STR_SIZE]; /*Flawfinder: ignore*/
96 96
97 static LLPanelLogin* sInstance; 97 static LLPanelLogin* sInstance;
98 static BOOL sCapslockDidNotification; 98 static BOOL sCapslockDidNotification;