mirror of
https://github.com/opensim/opensim.git
synced 2026-08-11 11:57:03 +08:00
* fix missing lock on XMLRPC GroupsModule
This commit is contained in:
@@ -1170,8 +1170,11 @@ namespace OpenSim.Region.OptionalModules.Avatar.XmlRpcGroups
|
|||||||
}
|
}
|
||||||
|
|
||||||
m_clientRequestIDInfo[client.AgentId].LastUsedTMStamp = DateTime.Now;
|
m_clientRequestIDInfo[client.AgentId].LastUsedTMStamp = DateTime.Now;
|
||||||
|
|
||||||
|
return m_clientRequestIDInfo[client.AgentId].RequestID;
|
||||||
}
|
}
|
||||||
return m_clientRequestIDInfo[client.AgentId].RequestID;
|
|
||||||
|
return new GroupRequestID();
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
|||||||
Reference in New Issue
Block a user