diff options
Diffstat (limited to 'OpenSim/Services/LLLoginService')
-rw-r--r-- | OpenSim/Services/LLLoginService/LLLoginResponse.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Services/LLLoginService/LLLoginResponse.cs b/OpenSim/Services/LLLoginService/LLLoginResponse.cs index 6b3bc84..9ec744f 100644 --- a/OpenSim/Services/LLLoginService/LLLoginResponse.cs +++ b/OpenSim/Services/LLLoginService/LLLoginResponse.cs | |||
@@ -275,7 +275,7 @@ namespace OpenSim.Services.LLLoginService | |||
275 | { | 275 | { |
276 | dstTimeZone = TimeZoneInfo.FindSystemTimeZoneById(tzName); | 276 | dstTimeZone = TimeZoneInfo.FindSystemTimeZoneById(tzName); |
277 | } | 277 | } |
278 | catch (Exception e) | 278 | catch |
279 | { | 279 | { |
280 | continue; | 280 | continue; |
281 | } | 281 | } |