diff options
author | Rider Linden <rider@lindenlab.com> | 2015-06-30 17:13:51 -0700 |
---|---|---|
committer | Rider Linden <rider@lindenlab.com> | 2015-06-30 17:13:51 -0700 |
commit | eca87bb24f4703ad96f8fe800a4973402f015f32 (patch) | |
tree | c8553a4c0d224cfb9baff80ffb3ec1bf97011ac4 /indra/llcrashlogger | |
parent | ddb63e7fb70eefea200fbb385efe86e50e5c1e12 (diff) | |
parent | 45ddc6e91da8e48a21fac1d317e66524db304a17 (diff) |
Merge
Diffstat (limited to 'indra/llcrashlogger')
-rwxr-xr-x | 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 90f70c0d1c..cb05c4ff03 100755 --- a/indra/llcrashlogger/llcrashlogger.cpp +++ b/indra/llcrashlogger/llcrashlogger.cpp @@ -397,7 +397,7 @@ bool LLCrashLogger::saveCrashBehaviorSetting(S32 crash_behavior) bool LLCrashLogger::runCrashLogPost(std::string host, LLSD data, std::string msg, int retries, int timeout) { LLCore::HttpRequest::ptr_t httpRequest(new LLCore::HttpRequest); - LLCore::HttpOptions::ptr_t httpOpts(new LLCore::HttpOptions, false); + LLCore::HttpOptions::ptr_t httpOpts(new LLCore::HttpOptions); gBreak = false; httpOpts->setTimeout(timeout); |