diff options
Diffstat (limited to 'OpenSim.Servers/LoginServer.cs')
-rw-r--r-- | OpenSim.Servers/LoginServer.cs | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/OpenSim.Servers/LoginServer.cs b/OpenSim.Servers/LoginServer.cs index 0aeb15a..393237b 100644 --- a/OpenSim.Servers/LoginServer.cs +++ b/OpenSim.Servers/LoginServer.cs | |||
@@ -86,18 +86,6 @@ namespace OpenSim.UserServer | |||
86 | public void Startup() | 86 | public void Startup() |
87 | { | 87 | { |
88 | this._needPasswd = false; | 88 | this._needPasswd = false; |
89 | // read in default response string | ||
90 | /* StreamReader SR; | ||
91 | string lines; | ||
92 | SR = File.OpenText("new-login.dat"); | ||
93 | |||
94 | while (!SR.EndOfStream) | ||
95 | { | ||
96 | lines = SR.ReadLine(); | ||
97 | _defaultResponse += lines; | ||
98 | } | ||
99 | SR.Close(); | ||
100 | * */ | ||
101 | 89 | ||
102 | this._mpasswd = EncodePassword("testpass"); | 90 | this._mpasswd = EncodePassword("testpass"); |
103 | 91 | ||