summaryrefslogtreecommitdiff
path: root/indra/llmessage/llhttpclient.cpp
diff options
context:
space:
mode:
authorNat Goodspeed <nat@lindenlab.com>2010-01-20 18:21:03 -0500
committerNat Goodspeed <nat@lindenlab.com>2010-01-20 18:21:03 -0500
commitfd069bd02a53d33775f552d5bc1b6f6ab21db77c (patch)
treec7cf2d06370d97b72b8d5c1f736102be5d76ceba /indra/llmessage/llhttpclient.cpp
parent56f97bce04c6b14460aba207108b06a67040c4d9 (diff)
parenta0700b6a74e928277d303a026c5c5748454b33ca (diff)
Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0/
Diffstat (limited to 'indra/llmessage/llhttpclient.cpp')
-rw-r--r--indra/llmessage/llhttpclient.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llmessage/llhttpclient.cpp b/indra/llmessage/llhttpclient.cpp
index 12ecbb36eb..dd56e18caf 100644
--- a/indra/llmessage/llhttpclient.cpp
+++ b/indra/llmessage/llhttpclient.cpp
@@ -222,7 +222,7 @@ static void request(
LLPumpIO::chain_t chain;
LLURLRequest* req = new LLURLRequest(method, url);
- req->checkRootCertificate(true);
+ req->checkRootCertificate(LLCurl::getSSLVerify());
lldebugs << LLURLRequest::actionAsVerb(method) << " " << url << " "