* fix missing lock on XMLRPC GroupsModule

remotes/origin/0.6.7-post-fixes
Teravus Ovares (Dan Olivares) 2009-09-14 16:30:14 -04:00
parent 3562d75c17
commit dc925416d7
1 changed files with 4 additions and 1 deletions

View File

@ -1170,8 +1170,11 @@ namespace OpenSim.Region.OptionalModules.Avatar.XmlRpcGroups
}
m_clientRequestIDInfo[client.AgentId].LastUsedTMStamp = DateTime.Now;
return m_clientRequestIDInfo[client.AgentId].RequestID;
}
return m_clientRequestIDInfo[client.AgentId].RequestID;
return new GroupRequestID();
}
/// <summary>