Updated SimAddress in sandbox mode.

zircon^2
andy 2007-06-07 14:27:55 +00:00
parent f88a4777f9
commit 5f1c4acd74
1 changed files with 5 additions and 1 deletions

View File

@ -156,7 +156,11 @@ namespace OpenSim.UserServer
// LLUUID secureSess = LLUUID.Random();
loginResponse.SimPort = m_simPort.ToString();
loginResponse.SimAddress = m_simAddr.ToString();
// 7 June 2007, AJD:
// [10:03:05] (@AdamZaius) Sandbox should work listening on 0.0.0.0 if you can fix the login XML reply
// OLD: loginResponse.SimAddress = m_simAddr.ToString();
loginResponse.SimAddress = "0.0.0.0";
// loginResponse.AgentID = Agent.ToStringHyphenated();
// loginResponse.SessionID = Session.ToStringHyphenated();
// loginResponse.SecureSessionID = secureSess.ToStringHyphenated();