diff options
author | Palmer <palmer@lindenlab.com> | 2010-03-23 13:29:40 -0700 |
---|---|---|
committer | Palmer <palmer@lindenlab.com> | 2010-03-23 13:29:40 -0700 |
commit | 8bf1ade40d3aa38fc2d39b2a8232eb4d9ad909bd (patch) | |
tree | c0f2a91a11e665d53cbd067a0d3d9b077d081e32 /indra/llcrashlogger/llcrashlogger.cpp | |
parent | 2b3544ebf84c635368250c7a0360a53cbd7f7ecd (diff) |
Fix for crash logger crashing. bleh!
Reviewed by DaveP
Diffstat (limited to 'indra/llcrashlogger/llcrashlogger.cpp')
-rwxr-xr-x | indra/llcrashlogger/llcrashlogger.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/llcrashlogger/llcrashlogger.cpp b/indra/llcrashlogger/llcrashlogger.cpp index c1022c1195..4bda00ed86 100755 --- a/indra/llcrashlogger/llcrashlogger.cpp +++ b/indra/llcrashlogger/llcrashlogger.cpp @@ -370,6 +370,8 @@ void LLCrashLogger::updateApplication(const std::string& message) bool LLCrashLogger::init() { + LLCurl::initClass(); + // We assume that all the logs we're looking for reside on the current drive gDirUtilp->initAppDirs("SecondLife"); |