diff options
Diffstat (limited to 'Servers/LoginServer.cs')
-rw-r--r-- | Servers/LoginServer.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Servers/LoginServer.cs b/Servers/LoginServer.cs index a36acd2..b814639 100644 --- a/Servers/LoginServer.cs +++ b/Servers/LoginServer.cs | |||
@@ -98,7 +98,7 @@ namespace OpenSim.UserServer | |||
98 | this._mpasswd = EncodePassword("testpass"); | 98 | this._mpasswd = EncodePassword("testpass"); |
99 | 99 | ||
100 | userManager = new LocalUserProfileManager(this.m_gridServer, m_simPort, m_simAddr); | 100 | userManager = new LocalUserProfileManager(this.m_gridServer, m_simPort, m_simAddr); |
101 | userManager.InitUserProfiles(); | 101 | //userManager.InitUserProfiles(); |
102 | userManager.SetKeys("", "", "", "Welcome to OpenSim"); | 102 | userManager.SetKeys("", "", "", "Welcome to OpenSim"); |
103 | } | 103 | } |
104 | 104 | ||