Skip to content
Snippets Groups Projects
Commit accb815c authored by Xiaohong Bao's avatar Xiaohong Bao
Browse files
parents 9961df7c 3db2af5d
Branches
Tags
No related merge requests found
......@@ -165,6 +165,11 @@ BOOL LLViewerObjectList::removeFromLocalIDTable(const LLViewerObject &object)
{
U32 local_id = object.mLocalID;
LLHost region_host = object.getRegion()->getHost();
if(!region_host.isOk())
{
return FALSE ;
}
U32 ip = region_host.getAddress();
U32 port = region_host.getPort();
U64 ipport = (((U64)ip) << 32) | (U64)port;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment