diff options
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 | { |