Merge branch 'master' of ssh://opensimulator.org/var/git/opensim

This commit is contained in:
Robert Adams
2013-02-06 16:18:27 -08:00

View File

@@ -188,7 +188,8 @@ namespace OpenSim.Framework
}
public void Add(KeyValuePair<string, OSDMap> kvp)
{
{
ValidateKey(kvp.Key);
lock (this)
m_map.Add(kvp.Key, kvp.Value);
}