diff options
author | Dave Parks <davep@lindenlab.com> | 2011-08-01 17:50:43 -0500 |
---|---|---|
committer | Dave Parks <davep@lindenlab.com> | 2011-08-01 17:50:43 -0500 |
commit | fbd5bd7adc205acecc49c7e9887efa3bca6552d0 (patch) | |
tree | 6fb12e7666ad09224a37c53556298a43c2bfc1a6 /indra/llcrashlogger/llcrashlogger.cpp | |
parent | c6ee98394e3d4b90bdffb4c84d03afc8d3d2d955 (diff) |
SH-2183 Add a debug setting to control whether or not to use multiple threads in LLCurl
Diffstat (limited to 'indra/llcrashlogger/llcrashlogger.cpp')
-rw-r--r-- | indra/llcrashlogger/llcrashlogger.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llcrashlogger/llcrashlogger.cpp b/indra/llcrashlogger/llcrashlogger.cpp index 93f3c910bd..331a1692ee 100644 --- a/indra/llcrashlogger/llcrashlogger.cpp +++ b/indra/llcrashlogger/llcrashlogger.cpp @@ -380,7 +380,7 @@ void LLCrashLogger::updateApplication(const std::string& message) bool LLCrashLogger::init() { - LLCurl::initClass(); + LLCurl::initClass(false); // We assume that all the logs we're looking for reside on the current drive gDirUtilp->initAppDirs("SecondLife"); |