summaryrefslogtreecommitdiff
path: root/indra/newview/llagent.cpp
diff options
context:
space:
mode:
authorAndrey Kleshchev <andreykproductengine@lindenlab.com>2022-12-07 08:55:45 +0200
committerAndrey Kleshchev <andreykproductengine@lindenlab.com>2022-12-07 08:55:45 +0200
commit3d6c4036a605588e0c12c4a09d4d50cd9990ae8e (patch)
tree8f38a5262299575d903ff135db40b5cae7cca5a7 /indra/newview/llagent.cpp
parent120d9c16fa08add7d5945cdcbc7af707a1d8cf2b (diff)
SL-18799 Crash at requestPostCapability
Diffstat (limited to 'indra/newview/llagent.cpp')
-rw-r--r--indra/newview/llagent.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llagent.cpp b/indra/newview/llagent.cpp
index 5250369813..39506d62e8 100644
--- a/indra/newview/llagent.cpp
+++ b/indra/newview/llagent.cpp
@@ -2914,7 +2914,7 @@ bool LLAgent::requestPostCapability(const std::string &capName, LLSD &postData,
{
std::string url;
- url = getRegion()->getCapability(capName);
+ url = getRegionCapability(capName);
if (url.empty())
{