diff options
| -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"); | 
