summaryrefslogtreecommitdiff
path: root/indra/llcrashlogger/llcrashlogger.cpp
diff options
context:
space:
mode:
authorPalmer <palmer@lindenlab.com>2010-03-23 13:29:40 -0700
committerPalmer <palmer@lindenlab.com>2010-03-23 13:29:40 -0700
commit8bf1ade40d3aa38fc2d39b2a8232eb4d9ad909bd (patch)
treec0f2a91a11e665d53cbd067a0d3d9b077d081e32 /indra/llcrashlogger/llcrashlogger.cpp
parent2b3544ebf84c635368250c7a0360a53cbd7f7ecd (diff)
Fix for crash logger crashing. bleh!
Reviewed by DaveP
Diffstat (limited to 'indra/llcrashlogger/llcrashlogger.cpp')
-rwxr-xr-xindra/llcrashlogger/llcrashlogger.cpp2
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");