diff options
Diffstat (limited to 'Common/OpenSim.Servers/LoginServer.cs')
-rw-r--r-- | Common/OpenSim.Servers/LoginServer.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Common/OpenSim.Servers/LoginServer.cs b/Common/OpenSim.Servers/LoginServer.cs index c63eb28..1243147 100644 --- a/Common/OpenSim.Servers/LoginServer.cs +++ b/Common/OpenSim.Servers/LoginServer.cs | |||
@@ -53,7 +53,7 @@ namespace OpenSim.UserServer | |||
53 | /// </summary> | 53 | /// </summary> |
54 | public class LoginServer : LoginService, IUserServer | 54 | public class LoginServer : LoginService, IUserServer |
55 | { | 55 | { |
56 | private IGridServer m_gridServer; | 56 | //private IGridServer m_gridServer; |
57 | public IPAddress clientAddress = IPAddress.Loopback; | 57 | public IPAddress clientAddress = IPAddress.Loopback; |
58 | public IPAddress remoteAddress = IPAddress.Any; | 58 | public IPAddress remoteAddress = IPAddress.Any; |
59 | private int NumClients; | 59 | private int NumClients; |
@@ -96,7 +96,7 @@ namespace OpenSim.UserServer | |||
96 | 96 | ||
97 | this._mpasswd = EncodePassword("testpass"); | 97 | this._mpasswd = EncodePassword("testpass"); |
98 | 98 | ||
99 | userManager = new LocalUserProfileManager(this.m_gridServer, m_simPort, m_simAddr, regionX, regionY); | 99 | userManager = new LocalUserProfileManager( m_simPort, m_simAddr, regionX, regionY); |
100 | //userManager.InitUserProfiles(); | 100 | //userManager.InitUserProfiles(); |
101 | userManager.SetKeys("", "", "", "Welcome to OpenSim"); | 101 | userManager.SetKeys("", "", "", "Welcome to OpenSim"); |
102 | } | 102 | } |