diff options
author | Jacek Antonelli | 2008-08-15 23:45:19 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-08-15 23:45:19 -0500 |
commit | b235c59d60472f818a9142c0886b95a0ff4191d7 (patch) | |
tree | d323c55587584b19cc43a03f58a178823f12d3cd /linden/indra/llmessage/llcurl.cpp | |
parent | Second Life viewer sources 1.18.5.3 (diff) | |
download | meta-impy-b235c59d60472f818a9142c0886b95a0ff4191d7.zip meta-impy-b235c59d60472f818a9142c0886b95a0ff4191d7.tar.gz meta-impy-b235c59d60472f818a9142c0886b95a0ff4191d7.tar.bz2 meta-impy-b235c59d60472f818a9142c0886b95a0ff4191d7.tar.xz |
Second Life viewer sources 1.18.6.0-RC
Diffstat (limited to '')
-rw-r--r-- | linden/indra/llmessage/llcurl.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/linden/indra/llmessage/llcurl.cpp b/linden/indra/llmessage/llcurl.cpp index 01976b1..9b5e6cd 100644 --- a/linden/indra/llmessage/llcurl.cpp +++ b/linden/indra/llmessage/llcurl.cpp | |||
@@ -367,6 +367,11 @@ LLCurl::getByteRange(const std::string& url, S32 offset, S32 length, ResponderPt | |||
367 | mainMulti()->getByteRange(url, offset, length, responder); | 367 | mainMulti()->getByteRange(url, offset, length, responder); |
368 | } | 368 | } |
369 | 369 | ||
370 | void LLCurl::initClass() | ||
371 | { | ||
372 | curl_global_init(CURL_GLOBAL_ALL); | ||
373 | } | ||
374 | |||
370 | void | 375 | void |
371 | LLCurl::process() | 376 | LLCurl::process() |
372 | { | 377 | { |