aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/llmessage/lldispatcher.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/llmessage/lldispatcher.cpp')
-rw-r--r--linden/indra/llmessage/lldispatcher.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/linden/indra/llmessage/lldispatcher.cpp b/linden/indra/llmessage/lldispatcher.cpp
index 0270721..541da42 100644
--- a/linden/indra/llmessage/lldispatcher.cpp
+++ b/linden/indra/llmessage/lldispatcher.cpp
@@ -111,8 +111,7 @@ bool LLDispatcher::unpackMessage(
111 LLDispatcher::sparam_t& parameters) 111 LLDispatcher::sparam_t& parameters)
112{ 112{
113 char buf[MAX_STRING]; /*Flawfinder: ignore*/ 113 char buf[MAX_STRING]; /*Flawfinder: ignore*/
114 msg->getStringFast(_PREHASH_MethodData, _PREHASH_Method, MAX_STRING, buf); 114 msg->getStringFast(_PREHASH_MethodData, _PREHASH_Method, method);
115 method.assign(buf);
116 msg->getUUIDFast(_PREHASH_MethodData, _PREHASH_Invoice, invoice); 115 msg->getUUIDFast(_PREHASH_MethodData, _PREHASH_Invoice, invoice);
117 S32 size; 116 S32 size;
118 S32 count = msg->getNumberOfBlocksFast(_PREHASH_ParamList); 117 S32 count = msg->getNumberOfBlocksFast(_PREHASH_ParamList);