diff --git a/indra/llvfs/llpidlock.cpp b/indra/llvfs/llpidlock.cpp
index cb6442816..93f1af52b 100755
--- a/indra/llvfs/llpidlock.cpp
+++ b/indra/llvfs/llpidlock.cpp
@@ -60,8 +60,12 @@ class LLPidLockFile
{
public:
LLPidLockFile( ) :
- mSaving(FALSE), mWaiting(FALSE),
- mClean(TRUE), mPID(LLApp::getPid())
+ mAutosave(false),
+ mSaving(false),
+ mWaiting(false),
+ mPID(LLApp::getPid()),
+ mNameTable(NULL),
+ mClean(true)
{
mLockName = gDirUtilp->getTempDir() + "/savelock";
}
diff --git a/indra/llvfs/llvfile.h b/indra/llvfs/llvfile.h
index 8db45d30b..c3bca8c73 100644
--- a/indra/llvfs/llvfile.h
+++ b/indra/llvfs/llvfile.h
@@ -80,16 +80,14 @@ public:
static const S32 READ_WRITE;
static const S32 APPEND;
+protected:
LLAssetType::EType mFileType;
LLUUID mFileID;
-
-protected:
S32 mPosition;
S32 mMode;
LLVFS *mVFS;
F32 mPriority;
- BOOL mOnReadQueue;
S32 mBytesRead;
LLVFSThread::handle_t mHandle;
diff --git a/indra/newview/app_settings/settings_sh.xml b/indra/newview/app_settings/settings_sh.xml
index 95e494f46..6165c069d 100644
--- a/indra/newview/app_settings/settings_sh.xml
+++ b/indra/newview/app_settings/settings_sh.xml
@@ -89,7 +89,7 @@
Type
Boolean
Value
- 1
+ 0
SGBlockCardSpam