mirror of
https://github.com/opensim/opensim.git
synced 2026-05-15 03:15:41 +08:00
- I first did lock on m_scenes for that access, but as m_scenes (currently) is only changed in Initialise (and locked there), and PostInitialise is called after the calls to Initialise, there shouldn't be a need to lock here. - Trying out git-svn dcommit. Hope this works.