* fix missing lock on XMLRPC GroupsModule
parent
3562d75c17
commit
dc925416d7
|
@ -1170,10 +1170,13 @@ 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>
|
||||||
/// Send 'remoteClient' the group membership 'data' for agent 'dataForAgentID'.
|
/// Send 'remoteClient' the group membership 'data' for agent 'dataForAgentID'.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
|
Loading…
Reference in New Issue