Merge branch 'master' into careminster

Conflicts:
	OpenSim/Region/Framework/Scenes/SceneCommunicationService.cs
This commit is contained in:
Melanie
2013-06-07 23:09:53 +01:00
5 changed files with 10 additions and 8 deletions

View File

@@ -222,8 +222,9 @@ namespace OpenSim.Region.Framework.Scenes
{
foreach (ulong handle in regionslst)
{
ulong handleCopy = handle;
SendCloseChildAgentDelegate d = SendCloseChildAgentAsync;
d.BeginInvoke(agentID, handle,
d.BeginInvoke(agentID, handleCopy,
SendCloseChildAgentCompleted,
d);
}