[Simian]
* Make sure ISceneProvider.IPAndPort gets set to a valid IP address * Send circuit_code in enable_client cap so the existing circuit code is reused for child agent connections git-svn-id: http://libopenmetaverse.googlecode.com/svn/libopenmetaverse/trunk@2487 52acb1d6-8a22-11de-b505-999d5b087335
This commit is contained in:
@@ -236,6 +236,10 @@ namespace Simian
|
||||
}
|
||||
}
|
||||
|
||||
// Make sure 0.0.0.0 gets replaced with a valid IP address
|
||||
if (endpoint.Address == IPAddress.Any)
|
||||
endpoint.Address = entry.AddressList.Length > 0 ? entry.AddressList[entry.AddressList.Length - 1] : IPAddress.Loopback;
|
||||
|
||||
#endregion IPEndPoint Assignment
|
||||
|
||||
#region Grid Registration
|
||||
|
||||
Reference in New Issue
Block a user