aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Services/UserAccountService/GridUserService.cs
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2012-09-28 01:54:39 +0100
committerJustin Clark-Casey (justincc)2012-09-28 01:54:39 +0100
commitb5af17c8e35d6598f48af05429c835edc47f6d8b (patch)
tree204f0e303be3cdf7f98d0bc87a212a23857cc5ea /OpenSim/Services/UserAccountService/GridUserService.cs
parentLock GDI+ portion og VectorRenderModule.GetDrawStringSize() to prevent concur... (diff)
parentMerge branch 'master' of ssh://opensimulator.org/var/git/opensim (diff)
downloadopensim-SC-b5af17c8e35d6598f48af05429c835edc47f6d8b.zip
opensim-SC-b5af17c8e35d6598f48af05429c835edc47f6d8b.tar.gz
opensim-SC-b5af17c8e35d6598f48af05429c835edc47f6d8b.tar.bz2
opensim-SC-b5af17c8e35d6598f48af05429c835edc47f6d8b.tar.xz
Merge branch 'master' of ssh://opensimulator.org/var/git/opensim
Diffstat (limited to 'OpenSim/Services/UserAccountService/GridUserService.cs')
-rw-r--r--OpenSim/Services/UserAccountService/GridUserService.cs2
1 files changed, 0 insertions, 2 deletions
diff --git a/OpenSim/Services/UserAccountService/GridUserService.cs b/OpenSim/Services/UserAccountService/GridUserService.cs
index 8eae859..ac3d8fd 100644
--- a/OpenSim/Services/UserAccountService/GridUserService.cs
+++ b/OpenSim/Services/UserAccountService/GridUserService.cs
@@ -70,8 +70,6 @@ namespace OpenSim.Services.UserAccountService
70 info.Login = Util.ToDateTime(Convert.ToInt32(d.Data["Login"])); 70 info.Login = Util.ToDateTime(Convert.ToInt32(d.Data["Login"]));
71 info.Logout = Util.ToDateTime(Convert.ToInt32(d.Data["Logout"])); 71 info.Logout = Util.ToDateTime(Convert.ToInt32(d.Data["Logout"]));
72 72
73 info.TOS = d.Data["TOS"];
74
75 return info; 73 return info;
76 } 74 }
77 75