aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/llmessage/llcurl.cpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--linden/indra/llmessage/llcurl.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/linden/indra/llmessage/llcurl.cpp b/linden/indra/llmessage/llcurl.cpp
index a8bb46b..f03cebc 100644
--- a/linden/indra/llmessage/llcurl.cpp
+++ b/linden/indra/llmessage/llcurl.cpp
@@ -674,8 +674,9 @@ std::string LLCurl::strerror(CURLcode errorcode)
674// For generating a simple request for data 674// For generating a simple request for data
675// using one multi and one easy per request 675// using one multi and one easy per request
676 676
677LLCurlRequest::LLCurlRequest() 677LLCurlRequest::LLCurlRequest() :
678 : mActiveMulti(NULL) 678 mActiveMulti(NULL),
679 mActiveRequestCount(0)
679{ 680{
680} 681}
681 682