diff options
| author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2024-11-04 23:45:48 +0200 |
|---|---|---|
| committer | Andrey Kleshchev <117672381+akleshchev@users.noreply.github.com> | 2024-11-07 00:08:30 +0200 |
| commit | b4bd89b07e6116eba8bc64a2056970994ad9cfff (patch) | |
| tree | 1ad716d72ad0fba58bee56f73d5da94f60880e0d /indra/newview/llviewerobjectlist.cpp | |
| parent | 55732f7343fa574a8dfcbfd807e69b1fb56e9209 (diff) | |
RaiseException on voiceControlCoro
For some reason try block from voiceControlCoro doesn't trigger, but one
from toplevel does and claim that it's voiceControlCoro, logs also
suggest that vivox was doing an outgoing call. This is mostly to get
evidence.
Diffstat (limited to 'indra/newview/llviewerobjectlist.cpp')
| -rw-r--r-- | indra/newview/llviewerobjectlist.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llviewerobjectlist.cpp b/indra/newview/llviewerobjectlist.cpp index 9e1d86faac..d667fdbea8 100644 --- a/indra/newview/llviewerobjectlist.cpp +++ b/indra/newview/llviewerobjectlist.cpp @@ -402,7 +402,7 @@ void LLViewerObjectList::processObjectUpdate(LLMessageSystem *mesgsys, LLViewerObject *objectp; S32 num_objects; - U32 local_id; + U32 local_id = 0; LLPCode pcode = 0; LLUUID fullid; S32 i; |
