aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Services/LLLoginService
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2012-05-04 21:04:42 +0100
committerJustin Clark-Casey (justincc)2012-05-04 21:04:42 +0100
commitc84ef57e5273ac2c8703c75406138c58f9c19d0f (patch)
treeaae77b371bbe2007974d4b9b842c38b50aa07896 /OpenSim/Services/LLLoginService
parentMantis 60004 problems with damage and llSetDamage. In damage enabled areas th... (diff)
downloadopensim-SC_OLD-c84ef57e5273ac2c8703c75406138c58f9c19d0f.zip
opensim-SC_OLD-c84ef57e5273ac2c8703c75406138c58f9c19d0f.tar.gz
opensim-SC_OLD-c84ef57e5273ac2c8703c75406138c58f9c19d0f.tar.bz2
opensim-SC_OLD-c84ef57e5273ac2c8703c75406138c58f9c19d0f.tar.xz
minor: remove mono compiler warning
Diffstat (limited to 'OpenSim/Services/LLLoginService')
-rw-r--r--OpenSim/Services/LLLoginService/LLLoginResponse.cs2
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 }