From 8bf1ade40d3aa38fc2d39b2a8232eb4d9ad909bd Mon Sep 17 00:00:00 2001 From: Palmer Date: Tue, 23 Mar 2010 13:29:40 -0700 Subject: Fix for crash logger crashing. bleh! Reviewed by DaveP --- indra/llcrashlogger/llcrashlogger.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'indra/llcrashlogger') 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"); -- cgit v1.2.3