diff options
Diffstat (limited to 'OpenSim/Framework/Communications/LoginService.cs')
-rw-r--r-- | OpenSim/Framework/Communications/LoginService.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Framework/Communications/LoginService.cs b/OpenSim/Framework/Communications/LoginService.cs index c569a71..b4ee069 100644 --- a/OpenSim/Framework/Communications/LoginService.cs +++ b/OpenSim/Framework/Communications/LoginService.cs | |||
@@ -166,7 +166,7 @@ namespace OpenSim.Framework.Communications | |||
166 | } | 166 | } |
167 | else if (requestData.Contains("web_login_key")) | 167 | else if (requestData.Contains("web_login_key")) |
168 | { | 168 | { |
169 | UUID webloginkey = UUID.Zero; | 169 | UUID webloginkey; |
170 | try | 170 | try |
171 | { | 171 | { |
172 | webloginkey = new UUID((string)requestData["web_login_key"]); | 172 | webloginkey = new UUID((string)requestData["web_login_key"]); |