diff options
| author | James Cook <james@lindenlab.com> | 2007-01-19 00:36:55 +0000 |
|---|---|---|
| committer | James Cook <james@lindenlab.com> | 2007-01-19 00:36:55 +0000 |
| commit | 2d96460462f8b50318510b1e59cf63de5fdfd144 (patch) | |
| tree | ae312050629fd8f261f359b2bacd55c2291493c9 /indra/newview/llselectmgr.cpp | |
| parent | c189fc0b579352c34285fcf03db4b5bca5cd3804 (diff) | |
SL-32782, SL-32838, SL-32787 Viewer crashes related to god/estate owner commands not putting transaction ids into a packet. Reviewed with Kelly.
Diffstat (limited to 'indra/newview/llselectmgr.cpp')
| -rw-r--r-- | indra/newview/llselectmgr.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llselectmgr.cpp b/indra/newview/llselectmgr.cpp index e1a17618cf..9c7723517a 100644 --- a/indra/newview/llselectmgr.cpp +++ b/indra/newview/llselectmgr.cpp @@ -2118,6 +2118,7 @@ void LLSelectMgr::packGodlikeHead(void* user_data) msg->nextBlockFast(_PREHASH_AgentData); msg->addUUIDFast(_PREHASH_AgentID, gAgent.getID()); msg->addUUIDFast(_PREHASH_SessionID, gAgent.getSessionID()); + msg->addUUID("TransactionID", LLUUID::null); godlike_request_t* data = (godlike_request_t*)user_data; msg->nextBlock("MethodData"); msg->addString("Method", data->first.c_str()); |
