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 | ebea9eed4d30376e8914c0e778250ecc45f9dd22 (patch) | |
tree | 45b76dbf79b7b92cb0d40a1bc37bc30f85c44bf3 /indra | |
parent | 9c4abda14f80c4f5ac0179b68a63114e222dba98 (diff) |
Fix for crash logger crashing. bleh!
Reviewed by DaveP
Diffstat (limited to 'indra')
-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"); |