summaryrefslogtreecommitdiff
path: root/indra/newview/llviewerstats.cpp
diff options
context:
space:
mode:
authorRider Linden <rider@lindenlab.com>2015-05-14 10:33:46 -0700
committerRider Linden <rider@lindenlab.com>2015-05-14 10:33:46 -0700
commit9ec050a0673c28b25eeb28ae7926ff1070cbb4c3 (patch)
tree5c2599b149fe89060013189a5dae14a62f469043 /indra/newview/llviewerstats.cpp
parent77cd190633abfb10f5bd66a36035e45382242aad (diff)
Make generic callback version of trivial GET/PUT methods. Make message use these methods.
Diffstat (limited to 'indra/newview/llviewerstats.cpp')
-rwxr-xr-xindra/newview/llviewerstats.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llviewerstats.cpp b/indra/newview/llviewerstats.cpp
index c6292cec5b..2c3067cd3a 100755
--- a/indra/newview/llviewerstats.cpp
+++ b/indra/newview/llviewerstats.cpp
@@ -601,7 +601,7 @@ void send_stats()
body["MinimalSkin"] = false;
LLViewerStats::getInstance()->addToMessage(body);
- LLCoreHttpUtil::HttpCoroutineAdapter::genericHttpPost(url, body,
+ LLCoreHttpUtil::HttpCoroutineAdapter::messageHttpPost(url, body,
"Statistics posted to sim", "Failed to post statistics to sim");
LLViewerStats::instance().getRecording().resume();
}